PHPを使って文字を表示する

動作ブラウザ 【 IE:3.0  NN:2.0
Internet Explorer Netscape Navigator iCab
3.0x 4.0x 4.5 5.0x 5.5 6.0 2.0x 3.0x 4.0x 4.x 6.0 2.x
Windows - -
Macintosh - -
UNIX - - - - - - -
Dreamcast - - - - - - - - - - -

ポイント <?php echo "<b>Welcome to OpenSpace</b>"; ?>
説  明 PHP (Hypertext Preprocessor)で文字を表示するには<?php〜?>間にecho "表示する文字列";のようにします。
サンプル <html> <head> <title>PHPを使って文字を表示する</title> </head> <body> <a href="code.php3">実行</a> </body> </html>
補足説明 なし

■サンプルを実行する >>実行
■各ブラウザでの動作結果を見る >>View!