bohboh Posted May 10, 2006 Share Posted May 10, 2006 I have a query which when run in php returns 21 rows but when run in my mysql admin tool (mysqlfront) it returns 1 record (which is correct).Does anyone know why a query in php is returning more results than one being wun directly against the database?Its mysql 4, php4. Link to comment https://forums.phpfreaks.com/topic/9508-query-in-php-returning-more-than-query-against-database/ Share on other sites More sharing options...
DepretioN Posted May 10, 2006 Share Posted May 10, 2006 Show us code. PHP makes use of the same MySQL Client as MysqlAdmin Link to comment https://forums.phpfreaks.com/topic/9508-query-in-php-returning-more-than-query-against-database/#findComment-35097 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.