RE: Why this doesn't work ?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> 
> Hi,
> 
> > Make this line instead
> > $result = mysql_query($query) or die(mysql_error() . " with 
> the query $query";
> > and you'll likely see the error.
> 
> Here it goes:
> 
> "You have an error in your SQL syntax; check the manual that 
> corresponds 
> to your MySQL server version for the right syntax to use near 
> '(login) 
> FROM formacao WHERE login = 'a'' at line 1"
> 

Apparently, $login does not contain the text you think it does.  Either echo
$login to see, or echo $query to see what is actually being passed to mysql.

JM

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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux