Asbestos asked:
I’m making a website and need to allow users to log-in and store information. I only have access to one database, but I can make as many tables and fields as I need.
I’m making a website and need to allow users to log-in and store information. I only have access to one database, but I can make as many tables and fields as I need.
What sort of structure should I use to store the information? Do I have to use some “index” thing?
I know almost nothing about MYSQL, but I’m good at coding things I don’t know. The PHP and the HTML forms is a cinch, I just need to know how to structure the files.
Thanks!
I have PHPmyAdmin. You are not understanding the question. How should I organize the data? Should I have a seperate table for each user? Should I have a table just for usernames and a table for passwords and a table for other things?
Do I need an index? Stuff like that! Examples would be good.

