2006-02-03から1日間の記事一覧

リダイレクトの方法

PHP

念の入ったリダイレクトの方法が以下のページに記載されている。確かにここまでやれば完璧だろう。 http://www.zend.com/tips/tips.php?id=246&single=1 function forceRedirect($url,$die=true) { if (!headers_sent()) { ob_end_clean(); header("Location…