View Single Post
Old 09-05-2007, 17:35   #3 (permalink)
Repp55
Registered User
 
Repp55's Avatar
 
Join Date: Dec 2006
Location: Oklahoma City, Oklahoma -US-
Posts: 24
I'm pretty sure you are understanding my problem correctly,
I changed

PHP Code:
(list ($type) = mysql_fetch_array($resultMYSQL_NUM)); 



to

PHP Code:
while(list ($type) = mysql_fetch_array($resultMYSQL_NUM))


as a suggestion from someone else and it still returns as the one category. I'm pretty much a noob at PHP so is there something I'm leaving out?
Thanks for the help

Last edited by Repp55 : 09-05-2007 at 17:54.
  Reply With Quote