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:
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: