![]() |
|
Making a User System - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: PHP (https://sinister.ly/Forum-PHP) +--- Thread: Making a User System (/Thread-Making-a-User-System) |
Making a User System - zoran - 02-08-2015 What is the best way to use Php for a user login system? I need to use JQuery/Javascript, Php, and MySQL. Since the brunt of the work is done on the backend, I chose to post this in Php section of coding. Can anyone help? ~Z RE: Making a User System - Pirate - 02-08-2015 Are you looking for a simple login system like just a username and password or more advanced? RE: Making a User System - zoran - 02-08-2015 Yes. Something simple for username/password as a gate to a website. RE: Making a User System - Pirate - 02-08-2015 (02-08-2015, 07:18 AM)zoran Wrote: Yes. Something simple for username/password as a gate to a website.http://www.webgeekly.com/tutorials/php/how-to-make-a-login-system-with-php |