PHP interesse |
|
OK Top,
Werkt goed heb nu dit:
if (substr($_SERVER['HTTP_REFERER'], -21, 16) != "page.php?content")
{
header('Location: page.php?content=home');
}
if (substr($_SERVER['HTTP_REFERER'], -21, 16) != "page.php?content") { header('Location: page.php?content=home'); }
EXTRA:
Dat van Session is ook een goed idee, doe die maar.
Dan ben ik iedergeval zeker dat hij werkt!
Bedankt man, goed nagedacht! |