A
Anonymous
Guest
$_SERVER['PHP_SELF'] is sufficient.
also use the complete URL in a header redirect
header('Location: http://www.mywebsite.com/page.php')
some browsers need the full url.
also use the complete URL in a header redirect
header('Location: http://www.mywebsite.com/page.php')
some browsers need the full url.