db creation question
Posted: Wed Feb 04, 2004 8:09 pm
I am really new at PHP so forgive me if this is really simple.
I am able to add/remove/return records from my MySQL db. Now what I want to do is, on start of the page check if the table exists if it doesn't create it then continue on with the rest of the page. I know it is an if-then-else loop but I am still having problems figuring it out.
Thanks
I am able to add/remove/return records from my MySQL db. Now what I want to do is, on start of the page check if the table exists if it doesn't create it then continue on with the rest of the page. I know it is an if-then-else loop but I am still having problems figuring it out.
Thanks