Creating a website – Part 9
MySQL Database Setup We have our user table set up but there is an issue with one of the columns. Can you guess what it is? It’s theĀ username. With theĀ user_id being the primary key we will always get a new unique row helped by the Auto_Increment option we set to it. However this does not … Read more