このサイトを参照しました。
<?php
//ここから処理
//...
//処理完了
//処理後にリダイレクトしたいサイトの設定
$site = "http://www.homuhomu.hom";
//リダイレクト開始
header("Location: $site",true,303);
?>
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
このサイトを参照しました。
<?php
//ここから処理
//...
//処理完了
//処理後にリダイレクトしたいサイトの設定
$site = "http://www.homuhomu.hom";
//リダイレクト開始
header("Location: $site",true,303);
?>
Register as a new user and use Qiita more conveniently
Go to list of users who liked