以下の形で、リダイレクト機能として使用します。
<?php
header(“Location: http://www.example.com/”);
exit(); ←必要
?>
Let 's enjoy the WEB programming.
Let 's enjoy the WEB programming.
以下の形で、リダイレクト機能として使用します。
<?php
header(“Location: http://www.example.com/”);
exit(); ←必要
?>