Using the PHP code generated my PHPmyAdmin
Posted: Mon Mar 08, 2004 12:00 am
Not sure which version, came with easy PHP (the latest).
I create a database in PhpMyAdmin, and it has an option to give you the PHP code. To create a database it is
But how would I implement this? Using mysql_query($sql)?
I create a database in PhpMyAdmin, and it has an option to give you the PHP code. To create a database it is
Code: Select all
$sql = 'CREATE DATABASE `user` ';