Jump to content

Need advice on databse setup.


Dada78

Recommended Posts

Hello, I just need some quick advice on what you would do about this. I have a registration and login form that inserts and calls a table called users. The only columns are ID, email, password. Now I have this page below with this form that will submit to the database also.

 

http://www.mesquitechristmas.com/local/submit.php

 

The user will have to be registered and logged in in order to submit this form.

 

So this is my question. So I just add the columns to the users table with the email and password column, or should I create a new table for this information. If I make a new table then how would I be sure the info that is being submit is for the right person logged in. Hope that makes sense.

 

IMO, I think it would be better to add it to one table instead of having two tables because before this submit for the email and password are the only data that will be in this table.

 

-Thanks

Link to comment
https://forums.phpfreaks.com/topic/85660-need-advice-on-databse-setup/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.