View Single Post
Old 11-16-2011, 02:50 PM   #2 (permalink)
tony
The Addict
 
tony's Avatar
 
Join Date: Aug 2008
Posts: 336
Thanks: 8
tony is on a distinguished road
Default

I am assuming you made sure that all those fields exist in the table. The other thing I would do is to take of the @ from the line that has the mysql query so that it would show more details on the error. And maybe info on the fields would let us know what the table has. Something like:
SQL Code:
SHOW COLUMNS FROM patient_information;
tony is offline  
Reply With Quote