Forum Moderators: coopster
I have tried this code but all it does to contiunes to reload.
if (empty($section)) {
header("Location: index.php?section=index");
exit;
}
So if you goto /index.php it would reload to /index.php?section=index
if (empty($_GET['section'])) {