特殊系投稿の試験。
まずは手書き。
ソースコード。
[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.
どうだろうか。






