You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$record_query = "SELECT record_id,record_sender,record_time,record_content FROM record_".$_SESSION["id"]." WHERE record_receiver=".$_SESSION["friendid"]." OR record_sender=".$_SESSION["friendid"];