"J.M. Roth" wrote:
> 
> Hello,
> 
> I just installed the newest MySQL (3.23.32) with PHP 4.0.4pl1 (shared
> module) on an Apache 1.3.12 (Linux).
> 
> Some SQL syntaxes that worked before don't anymore.
> E.g.:
> 
> $query = "SELECT * FROM $userstable ORDER BY when DESC LIMIT 0, 3";
> doesn't work:
> Warning: Supplied argument is not a valid MySQL result resource in
> /home/FV/aal/public_html/frame1.php3 on line 168
> empty set
> 


http://www.mysql.com/doc/R/e/Reserved_words.html
http://www.mysql.com/doc/N/e/News-3.23.2.html


... sorry, somtimes adding new features ads reserved words

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to