简单教程
提交运行
代码编辑器:
<?php $str1="Hello world!"; $str2="What a nice day!"; print $str1 . " " . $str2;
运行结果: