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

It seems it needs to be:
$query = "SELECT * FROM $userstable ORDER BY 'when' DESC LIMIT 0, 3";

Also, phpMyAdmin is completely O3 (Out Of Order), the left pane usually
showing the databases is only showing blanks....

Any comments?


J.M. Roth
________________________________________________________



J.M. Roth
________________________________________________________
I N T E L L I G E N T - I P  S . A .  - Internet Services & more
PHONE: (+352) 26/4363-53    FAX: (+352) 26/4363-73
OFFICES: 7, rue Pletzer  Centre Helfent  L-8080 Bertrange
www.iip.lu - [EMAIL PROTECTED]    MOBILE: (+352) 091/436353

Reply via email to