Hello friends.....!!!
Today again i am here with a error finding practice for PHP develolpers...
Here is a code for login form....
Today again i am here with a error finding practice for PHP develolpers...
Here is a code for login form....
<html> <head> <title>REGISTRATION FORM</title> <body> <form name=registration method="post" action="registration.php"> <!-- we will create registration.php after registration.html --> USERNAME:<input type="text" name="name" value=""></br> EMAIL-ID:<input type="text" name="email" value=""></br> PASWORD:<input type="text" name="password" value=""><br> RE-PASWORD:<input type="text" name="repassword" value=""></br> <input type="submit" name="submit" value="submit"> </form> </body> </head> </html>
Find errors in this code
Leave a reply......
Regards : m2soft solutions Pvt. Ltd.
1. Quotes are missing in form's name, it should name="registration"
ReplyDelete2. Password field type should be "PASSWORD" instead of TEXT - Security issue.
yes you are right... but there is more mistakes... find it out...
ReplyDelete3. Ah! head need to close before body....
ReplyDeleteno thats not a mistake..... here is one more mistake... find out...
ReplyDeleteThis comment has been removed by the author.
ReplyDelete4. BR tag
ReplyDeleteyes thats right.... thank you for replying...
DeleteGreat! Thanks Mohit.... It is a nice one... Do keep posting :)
Delete