www.PHPBuddy.com
 PHP Function Lookup:
 
Categories
PHP Quick Start
PHP Installation
PHP Articles
PHP Scripts

Top Rated Articles 

Site Related
Submit Articles/Code
Contact Us
Instant cash loans, cash advance online same day

   Home                   Article Added on: April 15, 2002
Introduction to PHP

Overview: A brief Introduction about PHP, Comparing PHP with ASP

PHP is short name what is officially called "PHP: Hypertext Preprocessor." Basically PHP is a server side scripting language, using which you can build dynamic website's, PHP can connect to various databases, perhaps the best part of PHP is that its open-source and It can be run on Unix, Linux, Windows what I mean to say it can be run virtually on all computing platforms so you can write PHP code on your home computer which has windows and then run the same code on a Unix/Linux Server.

The key difference between JavaScript (Client side scripting language) and PHP (Server side scripting language) is that, In JavaScript the script is processed on the client machine by the browser, In server-side scripting languages like PHP scripts are proccessed by the Web server before the page is even sent to the browser. The script is processed entirely by the server. Thus the designation: server-side scripting language.


So what can it do
Frankly speaking PHP is a complete programming language and you can do almost anything with it, but mostly PHP is used with web-based programming and one of its most powerful feature is database access. PHP can work with over 19 different types of databases! PHP can also communicate with other server-side languages such as Java and use COM interfaces.

Mostly websites use the combination of PHP an MySQL database, MySQL is an industrial strength database PHP has inbuilt support for MySQL database, but you can easily use PHP with Microsoft Access, MS-SQL Server, Oracle and other ODBC compliant databases.

How did PHP start?
Prior to PHP programmers uses to use Perl extensively to make dynamic websites but Perl was not that easy to learn as a result, there was a need of alternative server-side scripting languages which had a shorter learning curve and were easier to work with PHP was thus born.

PHP was developed by Rasmus Lerdorf as a means of monitoring page views for his online resume, and slowly started making a mark when PHP/FI was released in mid-1995, PHP has matured a lot since its early days and is now one of the most powerful scripting languages for building dynamic web sites and runs on Unix, Linux and Windows.


What do I need to know to learn PHP
To work with PHP you need to know HTML (not necessary) but we are going to generate dynamic web pages with PHP so you need to know some basics of HTML, don't you worry PHP is easy to learn you can get a good grasp on PHP only in a couple of weeks!

The goal of www.PHPbuddy.com is to teach you the basics of PHP so that you can create your own dynamic websites!

Before you can work with PHP you need to install PHP on your computer if you havenít installed PHP yet, now is a good time to install PHP.


Miscellaneous: PHPbuddy's comparison of ASP vs PHP
 
Rate this article:  Current Rating: 3.83
  Poor    Excellent     
          1     2    3    4    5

 

Other Related articles:

Home | Privacy Policy | Contact Us | Terms of Service
(c) 2002 - 2018 www.PHPbuddy.com Unauthorized reproduction/replication of any part of this site is prohibited.