������һ�Կ�ʼ�ͽ������֮������ݶ��ᱻ PHP ���������ԣ���ʹ�� PHP �ļ����Ծ߱�������ݡ� ����ʹ PHP Ƕ�뵽 HTML �ĵ���ȥ����������ʾ��
<p>This is going to be ignored by PHP and displayed by the browser.</p>
<?php echo 'While this is going to be parsed.'; ?>
<p>This will also be ignored by PHP and displayed by the browser.</p>
ʹ�������ṹ��
Example #1 ʹ�������ĸ�������
<?php if ($expression == true): ?>
This will show if the expression is true.
<?php else: ?>
Otherwise this will show.
<?php endif; ?>
Ҫ�������ı�ʱ������ PHP ����ģʽͨ���Ƚ��ı�ͨ�� echo �� print �������Ч�ʡ�
������ PHP ��ʹ���ĶԲ�ͬ�Ŀ�ʼ�ͽ�����ǡ��������֣�<?php ?> �� <script language="php"> </script> ���ǿ��õġ��������Ƕ̱�Ǻ� ASP ����ǣ������� php.ini �����ļ��д�رա�������Щ�˾��ö̱�Ǻ� ASP ����Ǻܷ��㣬����ֲ�Խϲͨ�����Ƽ�ʹ�á�
Note:
����ע������� PHP Ƕ�뵽 XML �� XHTML ������Ҫʹ�� <?php ?> ����Ա��ַ��ϱ���
Example #2 PHP ��ʼ�ͽ������
1. <?php echo 'if you want to serve XHTML or XML documents, do it like this'; ?>
2. <script language="php">
echo 'some editors (like FrontPage) don\'t
like processing instructions';
</script>
3. <? echo 'this is the simplest, an SGML processing instruction'; ?>
<?= expression ?> This is a shortcut for "<? echo expression ?>"
4. <% echo 'You may optionally use ASP-style tags'; %>
<%= $variable; # This is a shortcut for "<% echo . . ." %>
�����е� 1 �� 2 ��ʹ�õı�����ǿ��õģ�����ʾ�� 1 ������ã�������ʹ�õġ�
�̱�ǣ����� 3������ͨ�� php.ini �����ļ��е�ָ�� short_open_tag ��ſ��ã������� PHP ����ʱ������ --enable-short-tags ѡ�
ASP ����ǣ����� 4������ͨ�� php.ini �����ļ��е�ָ�� asp_tags ��ſ��á�
Note:
���������Ӧ����ʹ�ö̱�ǣ�������Ҫ�ٴη����ij�����߿⣬�������û����ܿ��Ƶķ������Ͽ�������ΪĿ����������ܲ�֧�ֶ̱�ǡ�Ϊ�˴������ֲ�����У�ȷ����Ҫʹ�ö̱�ǡ�
Note:
�� PHP 5.2 ��֮ǰ�İ汾�У�������������һ���ļ���ȫ�����ݾ���һ����ʼ��� <?php���� PHP 5.3 ������������ļ�����Ҫ��ʼ��Ǻ���һ�������ո����
Note:
�� PHP 5.4 �𣬶̸�ʽ�� echo ��� <?= �ܻᱻʶ���ҺϷ��������� short_open_tag ��������ʲô��