View Single Post
  #2 (permalink)  
Old 02-08-04, 01:07 PM
mdhall's Avatar
mdhall mdhall is offline
Aspiring Coder
 
Join Date: Oct 2003
Posts: 510
Thanks: 1
Thanked 1 Time in 1 Post
Make sure that the values stored in the database match the query criteria, i.e., things like "no" and "No" must be the same. If you have WHERE read='no', then the data in the db must also be saved as 'no', not as 'No' which is capitalized. Sounds like something very basic, I know, but someting to double-check.
Reply With Quote