replace the code in line 273 with the newer mysql-command:
//snip
if (mysql_query('CREATE DATABASE '.$FormDBInfo["WADBname"],
$link))
//snip
(watch the space after the word DATABSE)
thats all!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: NO
replace the code in line 273 with the newer mysql-command:
//snip
if (mysql_query('CREATE DATABASE '.$FormDBInfo["WADBname"],
$link))
//snip
(watch the space after the word DATABSE)
thats all!