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]

音楽。

Audio clip: Adobe Flash Player (version 9 or above) is required to play this audio clip. Download the latest version here. You also need to have JavaScript enabled in your browser.

どうだろうか。

コメントをどうぞ

メールアドレスが公開されることはありません。

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