

PHP리디렉션 방법
2012.02.01 17:33
PHP리디렉션 방법
<?
방법1:header("Location: index.php");
방법2:echo "<scrīpt>window.location ="$PHP_SELF";</scrīpt>"; //OSPHP.COm.CN
방법3:echo "<META HTTP-EQUIV="Refresh" CONTENT="0; URL=index.php">";
?>
2012.02.01 17:33
PHP리디렉션 방법
<?
방법1:header("Location: index.php");
방법2:echo "<scrīpt>window.location ="$PHP_SELF";</scrīpt>"; //OSPHP.COm.CN
방법3:echo "<META HTTP-EQUIV="Refresh" CONTENT="0; URL=index.php">";
?>