This is a very strange problem. I have a site that was written over a year ago that is being served on a PHP3 server. I have since upgraded to the latest and greatest version of PHP4. My problem is that on my new php4 test server, one of my queries no longer works.
Here is the query:
select count(*) from ANSWERS where user_id = '2345679' AND test_id = '21' AND essay = '' AND multi_ans = '0'
I have found that the problem lies in the "essay = ''" portion.
PHP4 will stop the script at that point. Nothing follows, not even my footer.
Anyone know why this would be? I have tried everything on this one, but nothing seems to work.
Here is the query:
select count(*) from ANSWERS where user_id = '2345679' AND test_id = '21' AND essay = '' AND multi_ans = '0'
I have found that the problem lies in the "essay = ''" portion.
PHP4 will stop the script at that point. Nothing follows, not even my footer.
Anyone know why this would be? I have tried everything on this one, but nothing seems to work.