Does anybody know how to create an interactive login/sign up script? I don't want static variables programmed. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Does anybody know how to create an interactive login/sign up script? I don't want static variables programmed.

10th Aug 2017, 8:08 PM
Micah James Lewis
Micah James Lewis - avatar
3 Answers
+ 3
https://www.w3schools.com/php/php_mysql_connect.asp The site above has different ways to connect to a database and insert the users input. To make it complete you just need to add an HTML form and link it to a PHP file that has code from the above link.
11th Aug 2017, 4:54 PM
MemeSenpai
MemeSenpai - avatar
+ 2
So a sign up that uses the users entered information?
11th Aug 2017, 3:45 PM
MemeSenpai
MemeSenpai - avatar
+ 1
yes
11th Aug 2017, 4:45 PM
Micah James Lewis
Micah James Lewis - avatar