「砂場」の版間の差分

提供: ZOIDS WiKi
移動先: 案内検索
(練習です。)
10行目: 10行目:
  
 
<math>\int f(x)dx</math>
 
<math>\int f(x)dx</math>
 +
 +
<php>
 +
$page1 = explode("/",$_SERVER["PATH_INFO"],3);
 +
//
 +
//$page1[0]
 +
//$page1[1] → 02-0J-GZ015.html
 +
//$page1[2] → 0~
 +
print $page1[0];
 +
</php>

2006年11月29日 (水) 16:13時点における版

練習用

<math>\int f(x)dx</math>

<php> $page1 = explode("/",$_SERVER["PATH_INFO"],3); // //$page1[0] //$page1[1] → 02-0J-GZ015.html //$page1[2] → 0~ print $page1[0]; </php>