View Single Post
Old 11-05-2012, 07:51 AM   PM User | #3
qwertyjjj
New Coder

 
Join Date: Dec 2007
Posts: 59
Thanks: 1
Thanked 0 Times in 0 Posts
qwertyjjj is an unknown quantity at this point
Quote:
Originally Posted by Inigoesdr View Post
Are you sure there isn't an error after the "Can't use resultset" text? Does your query return results when you run it directly (phpMyAdmin, HeidiSQL, etc)?
No error afterwards unless it's just not reporting SQL errors.
The SQL runs find in phpmyadmin

the page source prints this, which doesn't make any sense because it is supposed to have exited when it hit the die command

Code:
<table><tr><td></td><td></td><td></td></tr><tr><td></td><td></td><td></td></tr><tr><td></td><td></td><td></td></tr><tr><td></td><td></td><td></td></tr>Can't use resultset:
and can I use the column name osh.comments in the code or do I have to use just comments?

Last edited by qwertyjjj; 11-05-2012 at 07:57 AM..
qwertyjjj is offline   Reply With Quote