View Single Post
Old 04-10-2009, 10:02 PM   #5 (permalink)
tony
The Addict
 
tony's Avatar
 
Join Date: Aug 2008
Posts: 336
Thanks: 8
tony is on a distinguished road
Default

like allworknoplay said, there is no query being made, so mysql_fetch_array() can't get the results from the array.

another thing, but I am not sure in this, but if you are accessing the the results with the names of the filds, I think you need to use the mysql_fetch_assoc() instead. But i am not sure about that one.
tony is offline  
Reply With Quote