ob_start(); ob_clean(); session_start(); include "dilg/cnt/join.php"; extract($_REQUEST); $category_id=$_GET['id']; $select_event=mysql_query("SELECT * from news where status='1' and id='$category_id' order by id desc"); $rows_values = mysql_fetch_object($select_event); $id = stripslashes($rows_values->id); $description = stripslashes($rows_values->description); $mode_of_action = stripslashes($rows_values->mode_of_action); $recommended = stripslashes($rows_values->recommended); $method = stripslashes($rows_values->method); $benefits = stripslashes($rows_values->benefits); $title = stripslashes($rows_values->title); $file1 = stripslashes($rows_values->file1); $relt_img_min = stripslashes($rows_values->image_upath); ?>