How can i make sign up page from html coding? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How can i make sign up page from html coding?

please send me the code for this......

11th Oct 2017, 6:22 AM
phenom**
phenom** - avatar
5 Answers
+ 1
yes
11th Oct 2017, 6:44 AM
phenom**
phenom** - avatar
+ 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
11th Oct 2017, 6:48 AM
林偉雄
林偉雄 - avatar
0
Like with password and username?
11th Oct 2017, 6:44 AM
Jonas Schröter
Jonas Schröter - avatar
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
11th Oct 2017, 6:46 AM
Jonas Schröter
Jonas Schröter - avatar
0
https://code.sololearn.com/WdpSZr7hPO6D/?ref=app you need create login.php to perform action. this only a form doesn't perform anything.
11th Oct 2017, 7:38 AM
林偉雄
林偉雄 - avatar