View Single Post
  #2  
Old 08-28-2006, 01:44 PM
prestor prestor is offline
OSP Starters
 
Join Date: Aug 2006
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
prestor is on a distinguished road
Default

when you run into a problem that is related to a database query, the best way to isolate the issue is to run your database query outside of php

that way you get to see the actual mysql error messages rather than some feeble complaint that php was unable to handle the response

in your case, you are attempting to retrieve data from a string, not a table -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --
Reply With Quote
  Webmaster Forums - View Single Post - Mysql_fetch_array issue, parsing most likely the issue
View Single Post
  #2  
Old 08-28-2006, 01:44 PM
prestor prestor is offline
OSP Starters
 
Join Date: Aug 2006
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
prestor is on a distinguished road
Default

when you run into a problem that is related to a database query, the best way to isolate the issue is to run your database query outside of php

that way you get to see the actual mysql error messages rather than some feeble complaint that php was unable to handle the response

in your case, you are attempting to retrieve data from a string, not a table -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --
Reply With Quote