1、 一般使用<?php ?>
2、也可以直接使用<? ?>但是需要在php.ini中设置short_open_tag = OK
3、<script language = php><script>
4、<%php %>asp风格的,但是不推荐使用;