Guest User

Untitled

a guest
Jan 21st, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. echo json_encode([
  2. 'user_id' => $_SESSION['user_id']
  3. ]);
  4.  
  5. {"user_id":23}
  6.  
  7. $homepage = file_get_contents('http://www.example.com/?whoIsLoggedIn');
  8. echo $homepage;
  9.  
  10. {"user_id":null}
Add Comment
Please, Sign In to add comment