* Thus wrote webmaster ([EMAIL PROTECTED]):
> Hello i need help with mysql_create_db i found the solution once but cant remember 
> what it was if someone could tell me the proper way to create a database with php 
> and mysql i would be greatly thankfull.

You just need to issue a create database statement passed to
mysql_query()

mysql_create_db() is depricated and isn't available in php that is
compiled with the mysql4 client libraries.


Curt
-- 
"I used to think I was indecisive, but now I'm not so sure."

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

Reply via email to