Advertisement
Guest User

Untitled

a guest
Apr 19th, 2015
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. if( isset( $_POST[ 'login_button' ] ) ) {
  2. if( !$user ) { echo 'Enter the username...'; }
  3. if( !$pass ) { echo 'Enter the password...'; }
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement