HTML页面中的PHP代码需要用PHP tags括起来。缺省的PHP Tag为<?PHP ... >
如果要使用短的格式(short tags),即<? ... >,对于PHP5,需要配置php.ini中的
short_open_tag = On