PHP - an alternative to perl

Perl is a general purpose scripting language which we have been using to write server side scripts.

PHP is a server side scripting language specifically designed for web scripting.

Php officially stands for Php:hypertext preprocessor (even though it was originally called Professional Home Page)

As of Feb 2001 PHP is running on 5.5 million domains.

It has several similarities to perl (in fact originally it was written in perl)

It advantages include

The Php interpreter is installed with the webserver.

With perl you create a separate cgi file on the server

With php you can

Similarity to perl and javascript