+ 2
Does anybody know how to create an interactive login/sign up script? I don't want static variables programmed.
3 Respostas
+ 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.
+ 2
So a sign up that uses the users entered information?
+ 1
yes