Guest User

Untitled

a guest
Jan 19th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. $UserName = $_SESSION['Username'];
  2.  
  3. if (!isset($_SESSION['Username']) || $_SESSION['Username'] == '')
  4. { echo "ERROR STATEMENT or Redirect back to first form";}
  5. else
  6. { echo "your second form";}
Add Comment
Please, Sign In to add comment