Search
PHPでリダイレクト
2022-06-29
One minute to read
Table of Contents
PHP
方法 [#o5cb09c8]
header関数を利用すると実現できます。
ソース [#l5031430]
header('location: ./complete.html'); exit();