View Single Post
Old 05-08-2009, 08:15 PM   #15 (permalink)
allworknoplay
The Gregarious
 
allworknoplay's Avatar
 
Join Date: Feb 2009
Location: New York
Posts: 645
Thanks: 64
allworknoplay is on a distinguished road
Default

Your code shows this:

$first_list[]*=*$cat_name;

What the heck is that?


It should be:

$first_list[] = $cat_name;
allworknoplay is offline  
Reply With Quote