案例:PHP案例     状态:不可编辑再运行    进入竖版
 运行结果 
AخA
 
1
<?php
2
print "PHP is fun!\n";
3
print "Hello world!\n";
4
print "I'm about to learn PHP!";
5
?>