PHP - Query error in Internet Explorer
Posted: Sun Nov 14, 2010 12:45 pm
Hi,
When ever a query throws an error, I will get mail.
For example http://www.justlinkexchange.com/article ... or-12.html
If i click this url in firefox and safari, I am not getting any error.
But if i ren this page in Internet explorer 8 i get email with error query.
But the comments are displayed in all the browser. But I am getting email saying the following query failed to execute
But i guess there is no relation to browser and PHP. But where can i trace the problem?
When ever a query throws an error, I will get mail.
For example http://www.justlinkexchange.com/article ... or-12.html
If i click this url in firefox and safari, I am not getting any error.
But if i ren this page in Internet explorer 8 i get email with error query.
But the comments are displayed in all the browser. But I am getting email saying the following query failed to execute
Code: Select all
SELECT count(*) as t FROM tble_comment WHERE article_id = AND comment_status = 'active'