Posted by Simon on 11/09/74 11:18
> Hello Everybody !!!
>
> How do you put the folowing code into a php script that will create the
> database and then the Tables ?
> I tried doing
> $sql = '
> CREATE DATABASE /*!32312 IF NOT EXISTS*/ `gamoto`;
> USE `gamoto`;
Isn't it
USE gamoto;
?
>
> Thanks Again
> Angelos..
>
>
>
> P.S. Gamoto !
Simon
Navigation:
[Reply to this message]
|