Jump to content

Missing row in a select query


sager29

Recommended Posts

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

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'

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.