Jump to content

Login authentication


robert_gsfame

Recommended Posts

Does anyone have the solution for this. i actually want to create a login form but when username textbox left blank, alert popup started to appear stated "Username cannot left blank", else it comes to page2.php and POST the username.

 

Page2: $username = $_POST['username'];

          echo  $username;

 

Please help me for page1 :shrug:

 

(*Don't relate this to sql database*)

 

 

 

Link to comment
Share on other sites

You can use Javascript to test the user's data prior to submission, but this should be used only to make things more user-friendly; you must check all data server-side too. If you google for javascript alert boxes and javascript form checking then you'll find what you need, whilst you can use the strlen fuction to test the length of the username in your PHP script (after trimming any whitespace i'd imagine).

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.