Hello, I am trying to make a registration page for my users with php and mysql. I have some knowledge with php and myql but i'm a little lost.
And also how can I make a validation page once the account is created?
Whats the best way to make the php code for this form?
Username
Password
Gender(<input type ="select">)
I agree to the terms
yes(<input type="radio">) no(<input type="radio">)
The mysql is already complete.
My site is http://www.clanxnsx.com/register/
The page has much more than the
Username, Password, Gender, and I agree
but if you can get me started with the simpler code that would be great! My php version is 5.2.4
Thnx in advance
And also how can I make a validation page once the account is created?
Whats the best way to make the php code for this form?
Username
Password
Gender(<input type ="select">)
I agree to the terms
yes(<input type="radio">) no(<input type="radio">)
The mysql is already complete.
My site is http://www.clanxnsx.com/register/
The page has much more than the
Username, Password, Gender, and I agree
but if you can get me started with the simpler code that would be great! My php version is 5.2.4
Thnx in advance
Comment