pdatotaal
09-24-2004, 06:09 PM
How can I check what the variable of adv_index.php?page= is?
if ($page==psion)
{
$forumid = 63;
}
elseif ($page==pocket)
{
$forumid = 25;
}
So if ?page=psion then $forumid = 63 and if ?page==pocket then $forumid = 25 and so on... (rather do it with the admincp and the page settings, but ok)
Somebody idea (Brian?)
if ($page==psion)
{
$forumid = 63;
}
elseif ($page==pocket)
{
$forumid = 25;
}
So if ?page=psion then $forumid = 63 and if ?page==pocket then $forumid = 25 and so on... (rather do it with the admincp and the page settings, but ok)
Somebody idea (Brian?)