简单教程
提交运行
代码编辑器:
<?php $color = "red"; print "Roses are $color"; print "<br>"; print 'Roses are $color';
运行结果: