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