简单教程
提交运行
代码编辑器:
<?php $txt1="Hello world!"; $txt2="What a nice day!"; echo $txt1 . " " . $txt2; echo '<p>PHP 基础教程 - 简单教程(www.twle.cn)</p>';
运行结果: