Well, where is your ';'?  At the end of the statement?  You don't
terminate queries with semi colons when talking directly to the database.
Just remove it.

-Rasmus

On Sun, 26 May 2002, Dave Carrera wrote:

> Hi All
>
> I have found the problem from my last post and need to know how to solve it.
>
> Example sql var:
>
> $sql
> When i run the script i get
>
> Mysql error near ';' create table......
>
> So how do i run this command from my script to include the ; as part of the
> sql.
>
> phpmyadmin copes with this ok so it must be able to be done.
>
> Thanks for any help in advance
>
> Dave C
>
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>


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

Reply via email to