sager29 Posted June 6, 2008 Share Posted June 6, 2008 Sometimes when I run a mysql query I don't get all the results, one row of all the rows selected doesn't appear. Does this sound like a mysql/php problem or html? I've thoroughly checked my code but can't seem to find the problem. Any ideas would be appriciated. Thanks select * from $dbtable where name='$name' Link to comment https://forums.phpfreaks.com/topic/109041-missing-row-in-a-select-query/ Share on other sites More sharing options...
sager29 Posted June 6, 2008 Author Share Posted June 6, 2008 Mysql version 5.0 Sometimes when I run a mysql query I don't get all the results, one row of all the rows selected doesn't appear. Does this sound like a mysql/php problem or html? I've thoroughly checked my code but can't seem to find the problem. Any ideas would be appriciated. Thanks select * from table where name='name' Link to comment https://forums.phpfreaks.com/topic/109041-missing-row-in-a-select-query/#findComment-559428 Share on other sites More sharing options...
fenway Posted June 7, 2008 Share Posted June 7, 2008 Impossible to say... what makes you think it's wrong? Link to comment https://forums.phpfreaks.com/topic/109041-missing-row-in-a-select-query/#findComment-560022 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.