![]() |
|
Tutorial Creating a User Registration and Login System with PHP and MySQL - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: Coding (https://sinister.ly/Forum-Coding--71) +--- Thread: Tutorial Creating a User Registration and Login System with PHP and MySQL (/Thread-Tutorial-Creating-a-User-Registration-and-Login-System-with-PHP-and-MySQL) |
Creating a User Registration and Login System with PHP and MySQL - sunjester - 01-25-2019 ![]() https://anonfile.com/RdWbE5rcb1/usertut_zip RE: Creating a User Registration and Login System with PHP and MySQL - mothered - 01-26-2019 The "Database Creation" Is misleading- It's doesn't show how to create a database, but rather a Table In the database. Also, the PRIMARY KEY Constraint can be added during the creation of the Table, hence disregard the ALTER TABLE statement altogether. Here's a more efficient way. I've created the Table with the PRIMARY KEY Inclusive: ![]() That aside, I'll see If the rest can be Improved later today. Appreciate the contribution and the direct link. RE: Creating a User Registration and Login System with PHP and MySQL - sunjester - 01-26-2019 odd that it didnt export the primary key, maybe i deleted it by mistake from the sql file RE: Creating a User Registration and Login System with PHP and MySQL - darkninja1980 - 01-27-2019 (01-25-2019, 10:56 PM)sunjester Wrote: nice tutorial.
RE: Creating a User Registration and Login System with PHP and MySQL - sunjester - 01-27-2019 There is a part 2 coming soon RE: Creating a User Registration and Login System with PHP and MySQL - darkninja1980 - 01-27-2019 (01-27-2019, 05:57 PM)sunjester Wrote: There is a part 2 coming soon good, I will read the second part. |