dams Thu May 10 11:01:14 2001 EDT
Modified files:
/phpdoc/en/language basic-syntax.xml
Log:
Added jeroen's updates
Index: phpdoc/en/language/basic-syntax.xml
diff -u phpdoc/en/language/basic-syntax.xml:1.4 phpdoc/en/language/basic-syntax.xml:1.5
--- phpdoc/en/language/basic-syntax.xml:1.4 Tue Dec 12 20:59:39 2000
+++ phpdoc/en/language/basic-syntax.xml Thu May 10 11:01:14 2001
@@ -13,7 +13,8 @@
<title>Ways of escaping from HTML</title>
<programlisting>
1. <? echo ("this is the simplest, an SGML processing instruction\n"); ?>
-
+ <?= expression ?> This is a shortcut for "<? echo expression ?>"
+
2. <?php echo("if you want to serve XHTML or XML documents, do like this\n");
?>
3. <script language="php">