Hello
I must create one MySql and Access database with a PHP program.
The MySql function is mysql_create_bd but I can not found the ODBC function for that.
Help please
Yvo😕
just a guess :
why don't you try to create the DB through an SQL query ?
$query="Create database dbname ";