Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2001092

[PHP] Re: MySQL query error From: _lallous (elias_bachaalany <email protected>)
Date: 09/17/01

> mysql_quory($Query);
typos....

i can't also see more errors...

"Niklas lampén" <niklas.lampen <email protected>> wrote in message
news:NPEFKEPHNLKEPEOLHPKNEEHFCFAA.niklas.lampen <email protected>
> Code:
> <?
> $Query = "UPDATE feRegUsers SET Constructor='2001-09-17',
> Enertec='2001-09-17', Seatec='2001-09-17' WHERE ID LIKE '288'";
> mysql_quory($Query);
> print mysql_error();
> ?>
>
> That results
> "You have an error in your SQL syntax near 'Constructor='2001-09-17',
> Enertec='2001-09-17', Seatec='2001-09-17'' at line 1".
>
> What's wrong? I don't see anything that can be wrong! Am I blind once
again?
>
>
> Niklas
>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-general-unsubscribe <email protected>
For additional commands, e-mail: php-general-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>