PHP is a great programming language to start with and it’s one of the easiest to grasp. In this page I will explain what it stands for, what it can be used for and the history of it. If you’re already a programmer, you’ll see that the syntax is similar to other programming languages like C or Java.
Getting Started
PHP is technically a scripting language that runs on a Web server and outputs HTML. Whereas your Web browser like Mozilla Firefox runs on your personal computer, PHP will run on the servers that your Web browser accesses when loading a web page. It’s not actually running on your computer, unless you’re running your own server for developing, which we will go into more detail later.
It is designed to use with HTML. Regular HTML lets you create a web page that doesn’t change. You write some text, upload it to the server and it’s done. The text doesn’t change unless you change it. Using PHP, you are able to dynamically change the content of your web site. For example, you may ask your visitor if they are male or female and based on their response you can use PHP to send unique text to their screen.
What does PHP stand for?
Contrary to not-so-common belief, PHP does not stand for Pretty Hippos in Pink. This is unfortunate but we’ll have to move on. Its original meaning was Personal Home Page Tools and it was created by Rasmus Lerdorf in 1994 to help assist himself and others with Web development. Later on in PHP 3.0, the name was changed to PHP: Hypertext Processor. Yes, the acronym is part of the name itself, funny enough.
PHP’s Growth & Benefits
From its humble beginning, it proved to be a useful tool and grew rapidly. There are many reasons for the rapid growth:
(image of PHP.net)
Tags: computer, file, php, programming, tutorial