Guest User

Untitled

a guest
Feb 16th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. ....
  2. <?php session_start() ?>
  3.  
  4. <body>
  5.  
  6. <?php
  7. try{
  8. $userId=$_GET['userId'];
  9. }
  10. catch(Exception $e){
  11. $userId=$_SESSION['userId2'];
  12. }?>
  13. ....
Add Comment
Please, Sign In to add comment