bigsoccer tech
Thu 4th May '00, 12:08am
I need to do the following:
In my header I want to serve button a in forums that belong to category 1 and 5, button b in forums that belong to category 2 and 4 and button elsewhere.
I'ld like to create a variable called:
$ppnbutton
And have code something liek this:
If category=1 or 5
then $ppnbutton = (html code)
else
if category=......etc
Is this doable? How?
In my header I want to serve button a in forums that belong to category 1 and 5, button b in forums that belong to category 2 and 4 and button elsewhere.
I'ld like to create a variable called:
$ppnbutton
And have code something liek this:
If category=1 or 5
then $ppnbutton = (html code)
else
if category=......etc
Is this doable? How?