Phillip Oertel wrote:

> line 29: mysql_query('$SQL')
> will send the following query to your db:
> 
> $SQL


--> it sends exactly this string instead of the content of 
your variable $SQL, which contains the real query.


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to