ASPit - Totally ASP JSit - Totally JavaScript
Search PHPit

Use this textbox to search for articles on PHPit. Seperate keywords with a space.

Advertisements

Overview: PHP

(Page 1 out of 1)

Many of you have probably heard the name PHP, and when exploring the internet, you might have even seen a .php file extension in the URL. This article aims to give you a general overview of what PHP is, and what it's capable of doing.

PHP is a Server-side scripting language; meaning it runs on a Web server, rather than on the Web browser or other client. PHP can be used to create dynamic web pages. This is a page that interacts with the user so that each visitor to the page sees customized information. Dynamic Web applications are popular with commercial sites where the content displayed is generated from information accessed in a database or other external source.

Rasmus Lerdorf wrote the initial version of PHP in late 1994, and originally PHP stood for Personal Home Page tools, however with later versions it became known as Hypertext Preprocessor. PHP can do the same tasks as any other CGI program e.g. generate dynamic page content, collect form data, or send and receive cookies. Its strongest features are:

  • Portability - It is cross-platform (can run under different operating systems)
  • Supports a wide range of databases e.g. Adabas D, InterBase, Solid, dBase, mSQL, Sybase, Empress, MySQL and more

These two features make PHP highly popular, especially for using on sites that require customers, merchandise, purchases, credit information, and other data to be tracked. PHP can also use databases to generate tables and content in real time, as well as create images on-the-fly. It is also compatible with a variety of other Web technologies, including Java, COM, XML and Macromedia Flash.

With interactive web sites becoming more popular, Web masters find that trying to keep hundreds or thousands of separate HTML pages updated is an impossible task. Many Web sites now use HTML to display information while storing the actual data in a database. This allows a company to update a piece of information once in a database, e.g. a product description or price in a catalogue, and have the changes reflected on every page that uses that information.



Leave a Reply

About the author
Dennis Pallett is the main contributor to PHPit. He owns several websites, including ASPit and Chill2Music. He is currently still studying.
Article Index
  1. Introduction
Bookmark Article
Download Article
PDF
Download this article as a PDF file