PHPでのリダイレクト処理する方法
PHPコード:
<?
方法1:header(“Location: index.php");
方法2:echo “<scrīpt>window.location ="$PHP_SELF";</scrīpt>";
方法3:echo “<META HTTP-EQUIV="Refresh" CONTENT="0; URL=index.php">";
?>
Coding Changes the World
PHPコード:
<?
方法1:header(“Location: index.php");
方法2:echo “<scrīpt>window.location ="$PHP_SELF";</scrīpt>";
方法3:echo “<META HTTP-EQUIV="Refresh" CONTENT="0; URL=index.php">";
?>