RSSリーダーで画像を表示するテスト
といっても、"description"中に<img>タグがある場合、それを表示するってだけ。
↓というわけで、テスト画像。
といっても、"description"中に<img>タグがある場合、それを表示するってだけ。
↓というわけで、テスト画像。
モバイルから投稿のテストです。
あと、改行がどうなるかも
テ
ス
ト
。
といっても、モバイル用投稿画面から、PCで投稿しているだけだけどね。。
画像の投稿はできないのか…。
変換された半角カナを再投稿(修正)するとどーなるかのテスト。
半角カナで投稿するとどーなるかのテスト。
変換された半角カナも、直接入力したものも、一律に全角化されるようだ。
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