View Single Post
  #2 (permalink)  
Old 01-14-09, 12:24 AM
wirehopper's Avatar
wirehopper wirehopper is offline
-
 
Join Date: Feb 2006
Posts: 2,516
Thanks: 20
Thanked 109 Times in 106 Posts
First see if you can rename the file to .php5. Many hosting companies install both PHP4 & PHP5 - and let you get to PHP5 using .php5. If that's not an option ....

It looks like it might be an SQL error, or an SQL error related to the PHP version - with the (SELECT ...) causing a problem. Try breaking the SQL into two statements or rewriting it.
Reply With Quote