Internet
Fact-checked

At EasyTechJunkie, we're committed to delivering accurate, trustworthy information. Our expert-authored content is rigorously fact-checked and sourced from credible authorities. Discover how we uphold the highest standards in providing you with reliable knowledge.

Learn more...

What is PHP?

Brendan McGuigan
Brendan McGuigan

PHP stands for PHP: Hypertext Preprocessor, with that PHP standing for Personal HomePage [Tools]. This type of acronym is known as a retronym. Originally, in 1994, the language was designed as a small set of binaries used to collect some basic site traffic data. In 1997, the parser was rewritten by two Israelis and the name was changed to the current acronym — it being determined that hypertext preprocessor was a decidedly more acceptable name in the business world.

It is an open-source language, used primarily for dynamic web content and server-side applications. PHP is often pointed to as the main competitor with the following:

  • Microsoft's C# — Visual Basic.NET — ASP family
  • Sun's Java — JSP
  • Macromedia's ColdFusion
  • CGI — Perl
Many PHP programmers know no other language.
Many PHP programmers know no other language.

PHP has many open-source libraries included with the core build, and many more are readily available. Extensions exist to help it interface with a number of systems, including IRC, a number of compression formats, and Windows API. Other extensions exist to let PHP generate file formats on-the-fly, such as a popular extension that allows it to create Adobe Flash® movies.

Since version 3, PHP has integrated object oriented features. Version 5 built substantially on this limited functionality, and the language now has robust object oriented capabilities, including interfaces, exceptions, destructions, and abstracts.

PHP reached wide-spread popularity with version 4, released in 2000. In 2004, version 5 debuted, and it is now considered one the top languages used for server-side scripting.

No doubt much of its popularity is due to its relative ease to learn, and its notorious looseness. Arrays and variables in PHP are able to hold any type of object, variables need not be declared, and the syntax is remarkably simple.

Unlike many languages, such as C# or Perl, which have primarily a following of more generalist programmers, many PHP programmers know no other language. This occasionally causes it to be dismissed as a lesser language, but its growing popularity and the many robust and efficient sites built using it as a structure seem to dispel this myth.

PHP has occasionally been criticized for what are viewed by some as security flaws, in comparison to languages such as ASP. A lack of easily understandable error messages, a sometimes overly robust configuration file, and an obviously incomplete set of built-in functions are also pointed to as areas which could use marked improvement.

Development continues apace, however, and with each successive build, the langugage appears to address more and more of the concerns raised by its open-source community.

Discussion Comments

anon106005

MCSE = Microsoft Certified Systems Engineer.

anon52205

when you don't have the basic knowledge about computers, learn that first and then use browsing websites.

anuraggupta

what is mcse?

Post your comments
Login:
Forgot password?
Register:
    • Many PHP programmers know no other language.
      By: Photo_Ma
      Many PHP programmers know no other language.