News

Dynamic PHP pages give you the option to choose a MySQL table dynamically from which to query. You must ensure that the table exists before running a query on the table. PHP has a quick function ...
What's the preferred way of checking if a table (in the database I'm using) with a certain name already exists? <BR><BR>I am using PEAR's DB class to talk to MySQL and I have an installer script ...