include("connection.php"); $spoid=$_REQUEST['spoid']; //$possi=$_REQUEST['pos']; $msgg = $_REQUEST['msgd']; $rfs=mysqli_query($con, "select * from users where user_id='$spoid' "); $daf=mysqli_fetch_object($rfs); ?>