> Am I correct in saying that none of the SQL functions in PHP 
 > can actually create a database file when no file existed 
 > before? In other words, an empty database file must exist 
 > before SQL functions can be called on it?

If you have appropriate access you can.  You do need 'root' access to
the mysql server to do it of course.

>From memory, you also have a few php commands that will help - why not
consult your local friendly php manual in the section under mysql
commands for choices and information.

CYA, Dave


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to