PHP Redirect – Header Location
<?
header( “location: http://surin.reru.ac.th” );
exit(0);
?>
exit(0);
?>
PHP Redirect – Header Refresh
<?
header( ”refresh: 2; url=/url” );
exit(0);
?>
header( ”refresh: 2; url=/url” );
exit(0);
?>
PHP Redirect – Header Location