PHPで「hello,world!」を表示する


<?php
echo "hello,world!";


結果

hello,world!