[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Search forms... I don't get it.
> Can't figure out for the life of me why. They're basically the same as
> the orginals. All I did was basically s/simple\.php3/advanced\.php3/g
> Check out /search/advanced.php3 and let me know what you think is wrong.
I'll check it out Aaron.
> 2) I'm trying to create the following in simple.php3 and advanced.php3:
> <input type="hidden" name="category" value="<xxxx>">
> where <xxxx> is equal to the value of c= in the GET.
Why?
> I tried doing a:
> <input type="hidden" name="category" value="<?$catarray ?>">
> But it didn't have the expected results. I assume someone knows better
I can fix that, but why are you looking to do it? You can just grab that info from
the url string whenever needed...
> Sleepy time... catch ya all tomorrow, err, today.
Good night! :0 Er.... Good morning! :)
Jason