Aug 12 2007

hiromasa.another の試験中。 その2

特殊系投稿の試験。

まずは手書き。

てがきだお

ソースコード。

[php]
// If using querystring, we need to put the path together manually:
if ($use_querystring) {
$GLOBALS['use_querystring'] = $use_querystring;
$action = $_GET['action'];
$eid = (int) $_GET['eid'];

$_SERVER['PATH_INFO'] = $action;

if ($eid) {
$_SERVER['PATH_INFO'] .= “/$eid”;
}
} else {
$_SERVER['PATH_INFO'] = str_replace( ‘/wp-app.php’, ”, $_SERVER['REQUEST_URI'] );
}
[/php]

音楽。

どうだろうか。

Post a Comment

メールアドレスから Gravatar が取得されます。(必須ではありません)

次の HTML タグと属性が使用できます: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Trackback

http://another.maple4ever.net/archives/5/trackback/