I'm pretty sure you are understanding my problem correctly,
I changed
PHP Code:
(list ($type) = mysql_fetch_array($result, MYSQL_NUM));
{
to
PHP Code:
while(list ($type) = mysql_fetch_array($result, MYSQL_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