Thread
:
Removing Search Results from drop down
View Single Post
05-08-2009, 08:15 PM
#
15
(
permalink
)
allworknoplay
The Gregarious
Join Date: Feb 2009
Location: New York
Posts: 645
Thanks: 64
Your code shows this:
$first_list[]*=*$cat_name;
What the heck is that?
It should be:
$first_list[] = $cat_name;
allworknoplay
View Public Profile
Send a private message to allworknoplay
Find More Posts by allworknoplay