registration - PHP register form strange error -


I have an image hosting website, and my registration form is not working, every time I click on the second area Let's speed up to return to the first field instantly, this is actually a pain in B * M, because people can understand the language, if someone knows what is going on, then I really helped Thank you, thank you.

Oh my register form is located here -

Try wrapping the table of the file

  & lt; Form method = "post" action = "register.php" name = "myForm" & gt;   

Just insert it before the tag.

Change the user name field to something else

  & lt; Input type = "text" maximum length = 30 size = 30 name = "username" & gt; // change name = "username" & lt; Input type = "text" maxlength = 30 size = 30 name = "_ user _ _" & gt;   

This page already has a field named "UserName" - the area of ​​your hosting website

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -