Re: [PHP-DB] Re: [EMAIL PROTECTED] PHP/MySQL and COUNT() problem

2008-04-26 Thread Yves Sucaet
State University - Original Message - From: "Evert Lammerts" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; Sent: Saturday, April 26, 2008 6:31 AM Subject: [PHP-DB] Re: [EMAIL PROTECTED] PHP/MySQL and COUNT() problem I've forwarded this msg to the php-db list

[PHP-DB] Re: [EMAIL PROTECTED] PHP/MySQL and COUNT() problem

2008-04-26 Thread Evert Lammerts
I've forwarded this msg to the php-db list ([email protected]). Try to subscribe to it. The mysql extension for php is only an interface between php and mysql - the parsing of queries is done within mysql itself. So if your query works through CLI it will also work from within php. Try to v