I'm working with a MySql database and I'm having a little trouble with one thing.
Is there a way to check if a table exists within a database without reading all of the tables into an array?
Basically I want to be able to do an if-else statement.
If table exists: add to it.
Thanks in advance.