Create a login system.
Does anyone know an easy way to make a login system?
I can upload and receive the tables from the MySQL server, but I have been having trouble working out the best way to allow users to select their unique user ID based on their Email + Password.
Best Answer
-
jonmulcahy Posts: 10,408
check out Stormystudio's thread on the matter.
this is not a simple process, if you've never done web programming before it will be very complicated.