こんにちは、世界!
こんにちは、PHP!




ソースコード(begin.php)

<?php
print('こんにちは、世界!<br />');
print('こんにちは、PHP!');    // 文字列を出力
?>