Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2014
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. if ($cur_student_password != $row['UserPassword']) {
  2. die ('Password fail, Please try again');
  3. }
  4. else {
  5. echo 'Welcome ' . $row['FirstName'] . $row['LastName'];
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement