Document the third way (<script language="php"></script>)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@158041 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Mehdi Achour 2004-05-05 18:58:33 +00:00
parent e17f3034bb
commit 0a10fecb9b

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.36 $ -->
<!-- $Revision: 1.37 $ -->
<chapter id="language.basic-syntax">
<title>Basic syntax</title>
@ -113,7 +113,12 @@
<command>configure</command>. Even if it is enabled by default in
php.ini-dist, use of short tags are discouraged.
</para>
<para>
The third way is always available and safe like the first one. However,
the first is the preferred and most used one.
</para>
<para>
The fourth way is only available if ASP-style tags have been
enabled using the <link linkend="ini.asp-tags">asp_tags</link>