Return to Snippet

Revision: 1232
at September 26, 2006 07:58 by gdonald


Updated Code
function go( $url )
{
  session_write_close();
  header( "Location: $url" );
  exit;
}

Revision: 1231
at September 26, 2006 07:57 by gdonald


Initial Code
function go( $url )
{
  session_write_close();
	header( "Location: $url" );
  exit;
}

Initial URL


Initial Description


Initial Title
php header redirect

Initial Tags
header, redirect

Initial Language
PHP