« 2008年05月 | メイン

2008年06月19日

RSSリーダーで画像を表示するテスト

といっても、"description"中に<img>タグがある場合、それを表示するってだけ。

↓というわけで、テスト画像。
i1_t.jpg

2008年06月12日

モバイル投稿テスト

モバイルから投稿のテストです。
あと、改行がどうなるかも



といっても、モバイル用投稿画面から、PCで投稿しているだけだけどね。。
画像の投稿はできないのか…。
変換された半角カナを再投稿(修正)するとどーなるかのテスト。
半角カナで投稿するとどーなるかのテスト。
変換された半角カナも、直接入力したものも、一律に全角化されるようだ。

2008年06月06日

$_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