ob_start(); session_start(); include("includes/dbconfig.php"); extract($_REQUEST); if(!isset($_SESSION['user_id'])){ //$_SESSION["redirect"] ="groups_categories.php"; //$_SESSION["redirect"] ="groups_categories.php"; header("Location:login.php?pag=friendreq_received.php"); exit; } if(isset($submit_del)) { $ok=$_REQUEST[ok]; $colors=$_REQUEST['chk']; $chk1=$_REQUEST['chk1']; $number=count($colors); foreach($colors as $val) { $delete2=mysql_query("Update pro_hotprofrnds set delete_status=1 where auto_id='$val'"); } header("location:friendreq_received.php?page=in"); exit; } ?>
|
|||||||||||||||||||
|
|||||||||||||||||||
|