« カテゴリの並び順のカスタマイズ | メイン | モバイル投稿テスト »

$_SERVER['PHP_SELF']と$_SERVER['REQUEST_URI']と$_SERVER['SCRIPT_NAME']と

090219追記

この情報は古いっす。

こっちに新しいの書きました。でも、結論出てない・・・。

キー URL
PHP_SELF http://hoge.com/example//example/index.php
http://hoge.com/example/index.php/example/index.php
http://hoge.com/example/index.php?a=test/example/index.php
http://hoge.com/example/index.php/dir/test/dir/test
REQUEST_URI http://hoge.com/example//
http://hoge.com/example/index.php/example/index.php
http://hoge.com/example/index.php?a=test/example/index.php?a=test
http://hoge.com/example/index.php/dir/test/example/index.php/dir/test
SCRIPT_NAME http://hoge.com/example//example/index.php
http://hoge.com/example/index.php/example/index.php
http://hoge.com/example/index.php?a=test/example/index.php
http://hoge.com/example/index.php/dir/test/example/index.php

※パクリ元:http://php.about.com/od/learnphp/qt/_SERVER_PHP.htm

トラックバック

このエントリーのトラックバックURL:
http://sonotegaattaka.com/x/mt/mt-tb.cgi/14

コメントを投稿

(いままで、ここでコメントしたことがないときは、コメントを表示する前にこのブログのオーナーの承認が必要になることがあります。承認されるまではコメントは表示されません。そのときはしばらく待ってください。)