04-10-2009, 10:02 PM
|
#5 (permalink)
|
|
The Addict
Join Date: Aug 2008
Posts: 336
Thanks: 8
|
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.
|
|
|
|