ob_start(); session_start(); include("includes/dbconfig.php"); if(!isset($_SESSION['user_id'])){ //$_SESSION["redirect"] ="groups_categories.php"; //$_SESSION["redirect"] ="groups_categories.php"; header("Location:login.php?pag=message_details.php"); exit; } if(isset($_REQUEST['msg_id']) && $_REQUEST['msg_id']!="" && ($_REQUEST['msg_group']=='' || $_REQUEST['msg_group']=='0')) { $updatestatus=mysql_query("Update pro_messages set msg_status=0 where msg_id='".$_REQUEST['msg_id']."'"); } if(isset($_REQUEST['member_id']) && $_REQUEST['member_id']!="") { $updatestatus_group=mysql_query("Update pro_groups_members set status=1 where auto_id='".$_REQUEST['member_id']."'"); $updatestatus=mysql_query("Update pro_messages set msg_status=0 where msg_id='".$_REQUEST['msg_id']."'"); header("Location:inbox.php"); exit; } if(isset($_REQUEST['msg_id_sent']) && $_REQUEST['msg_id_sent']!="") { $updatestatus=mysql_query("Update pro_messages_sent set msg_status=0 where msg_id='".$_REQUEST['msg_id_sent']."'"); } ?>
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|