Okey dokey、簡単な投稿スクリプトがあります。それが終わったら、投稿を行っていたページに戻りたいだけです。
このようにする方法はありますか?
if($done) { //go to page }
if ($done) { header("Location: /url/to/the/other/page"); exit; }