Wednesday, February 14, 2018

Get logged in user id and Viewed user id

uid;

$viewed_user = arg(1);


print 'This is the logged in user id:'.$logged_in;

print 'This is the viewed user id:'.arg(1);


?>

No comments:

Post a Comment