第一种方法: $#@60;?
PHP3语句; ?$#@62;
| 如: $#@60;? echo("this is the simplest, an SGML processing instruction\n"); ?$#@62; |
第二种方法: $#@60;?PHP PHP3语句; ?$#@62;
| 如: $#@60;?php echo("if you want to serve XML documents, do like this\n"); ?$#@62; |
第一种方法: $#@60;script
language="php"$#@62;
PHP3语句;
$#@60;/script$#@62;
| 如: $#@60;script language="php"$#@62; echo("some editors (like FrontPage) dont like processing instructions"); $#@60;/script$#@62; |