Date: 06/25/02
- Next message: John Lim: "[PHP-DB] Re: DB400 on AS/400"
- Previous message: Martin Adler: "Re: [PHP-DB] force no results"
- Next in thread: szii <email protected>: "Re: [PHP-DB] A JOIN that works sometimes ?"
- Reply: szii <email protected>: "Re: [PHP-DB] A JOIN that works sometimes ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Could anyone please help me with that query ?
$req="SELECT * FROM tab AS C INNER JOIN inter AS A ON
C.id_tab=A.id_tab WHERE A.id_cat IS NULL OR A.id_cat = 0 ORDER BY
num";
$result = mysql_query ($req,$db);
It works on my machine but not on the server.
Christine
- Next message: John Lim: "[PHP-DB] Re: DB400 on AS/400"
- Previous message: Martin Adler: "Re: [PHP-DB] force no results"
- Next in thread: szii <email protected>: "Re: [PHP-DB] A JOIN that works sometimes ?"
- Reply: szii <email protected>: "Re: [PHP-DB] A JOIN that works sometimes ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

