check if mysql database table exists

Status
Not open for further replies.

daileyj2

New Member
Messages
4
Reaction score
0
Points
0
i am making a site where users create acounts. i need to create a table when the first person signs up but after that i just need to insert to the table.

Should i make the php script somehow check if the table exists and if not create it, or if so insert to it?

If the way above is the best way how should i make it check for the table?

If there is a completely different way that is better, how do i do that?

Thanks a lot in advance!:biggrin:
 

cowctcat

New Member
Messages
401
Reaction score
0
Points
0
Just go into phpmyadmin and make the table now so all the script has to do is enter rows into the table. Problem solved.
 
Status
Not open for further replies.
Top