From 86370a521aac031440cd7f1821d83eea5cba0e69 Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Sat, 10 Nov 2001 13:36:43 +0000 Subject: [PATCH] some minor fixes and improvements git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@61824 c90b9560-bf6c-de11-be94-00142212c4b1 --- chapters/intro.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/chapters/intro.xml b/chapters/intro.xml index 0bf1197de6..ce78339a4d 100644 --- a/chapters/intro.xml +++ b/chapters/intro.xml @@ -1,5 +1,5 @@ - + Introduction @@ -52,11 +52,11 @@ way that users can tell what you have up your sleeve. - The best things in using PHP is that it is extremely simple + The best things in using PHP are that it is extremely simple for a newcomer, but offers many advanced features for a professional programmer. Don't be afraid reading the long - list of PHP's features. You can jump in a short time, and - start writing simple scripts in hours. + list of PHP's features. You can jump in, in a short time, and + start writing simple scripts in a few hours. Although PHP's development is focused on server-side scripting, @@ -122,7 +122,7 @@ PHP can be used on all major operating systems, including Linux, many Unix variants (including HP-UX, Solaris and OpenBSD), Microsoft Windows, Mac OS X, RISC OS, and probably others. - PHP has also support for most of the servers today. This + PHP has also support for most of the web servers today. This includes Apache, Microsoft Internet Information Server, Personal Web Server, Netscape and iPlanet servers, Oreilly Website Pro server, Caudium, Xitami, OmniHTTPd, and many @@ -181,7 +181,7 @@ We also have a DBX database abstraction extension allowing you to transparently use any database supported by that extension. - We also have support for ODBC, the Open Database Connection + Additionaly PHP supports ODBC, the Open Database Connection standard, so you can connect to any other database supporting this world standard.