Another SESSION problem

  • Thread starter Thread starter Anonymous
  • Start date Start date
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.
 
Back
Top