�������﷨�ṹ

����Ŀ¼
��
��HTML���
��
����ָ���
��
��������
��
��ʼ������
����������
��
��̬����
��
PHP�ⲿ����
��
����ת��
��
���鴦��

PHP���﷨��Ҫ�����C��Ҳ���ֲο���Java �� Perl��

��HTML���

�����ַ�������HTML������"PHP����ģʽ":

Example 5-1. Ways of escaping from HTML

1.  <? echo("this is the simplest, an SGML processing instruction\n"); ?>


2.  <?php echo("if you want to serve XML documents, do like this\n"); ?>


3.  <script language="php">

      echo("some editors (like FrontPage) don't like processing instructions");

    </script>