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' Quote 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' Quote 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? Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.