how can I check if a table exists? If so, I want to delete if, if not, well... just don't delete it.
Read manual:
mysql_list_tables.
would have been great. I forgot to mention that I use Postgres.
I was wonderiung why you did find it before.. :-)
Guess you could try selecting from the table and intercept the error when it doesn't exist.