From c3cfe1d19a500ac6686240aa630c6160d8835d20 Mon Sep 17 00:00:00 2001 From: Gabor Hojtsy Date: Tue, 16 Jul 2002 13:11:09 +0000 Subject: [PATCH] Build errors corrected git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@88786 c90b9560-bf6c-de11-be94-00142212c4b1 --- chapters/tutorial.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/chapters/tutorial.xml b/chapters/tutorial.xml index 14f92984e9..16fe4ba84e 100644 --- a/chapters/tutorial.xml +++ b/chapters/tutorial.xml @@ -1,5 +1,5 @@ - + A simple tutorial @@ -8,7 +8,7 @@ tutorial. This text only deals with dinamic webpage creation with PHP, though PHP is not only capable of creating webpages. See the section titled What can PHP - do for more information. + do for more information. PHP-enabled web pages are treated just like regular HTML pages and @@ -137,7 +137,7 @@ if (strstr($_SERVER["HTTP_USER_AGENT"], "MSIE")) { Here we introduce a couple of new concepts. We have an - if statement. + if statement. If you are familiar with the basic syntax used by the C language this should look logical to you. If you don't know enough C or some other language where the syntax used above is used, you @@ -233,7 +233,7 @@ You are years old. on predefined variables for more information. - +