+ 1
How can i make sign up page from html coding?
please send me the code for this......
5 RĂ©ponses
+ 1
yes
+ 1
1) create a form using html
normally required 2 input "username and password"
1button for sign in and 1 button for sign-up
2) using css to render background, color and layout
3) using PHP to perform action and connect to database
0
Like with password and username?
0
So, i've got a little sign in code, but you can easily go through, because you can check the js file for data:
https://code.sololearn.com/Wp3CBbFsO87I/?ref=app
0
https://code.sololearn.com/WdpSZr7hPO6D/?ref=app
you need create login.php to perform action.
this only a form doesn't perform anything.