what is php ?

Post on 27-Jul-2015

88 Views

Category:

Technology

0 Downloads

Preview:

Click to see full reader

TRANSCRIPT

PHPSUBMITEED BY :

SAMEER POUDEL

131151108 – BSCIT 3RD SEMISTER

PHP ? What is it ?

PHP is a hypertext preprocessor.

Server side Scripting Language.

Open Source / Free.

Web Application Development.

ONLY DESIGNED FOR WEB.

Ease of Use.

How PHP developed ?

Created in 1994 by Rasmus Lerdorf.

Very first incarnation was a set of Common Gateway Interface(CGI) binaries written in C.

In 1995 the tools for PHP called PHP Tools / v1 was made public.

In April of 1996 V2 of PHP was introduced.

In June, 1998, with many new developers from around the world joining the effort, PHP 3.0 was announced by the new PHP Development Team.

Zend Engine was introduced in mid 1999.

PHP 4.0 was officially launched at May 2000.

PHP 5.0 was released in July 2004.

PHP 6.0 is on the way with many new features.

Click icon to add picture

Why people hate PHP ?

Complexity of project demands experienced programmers.

PHP programming always doesn’t mean a piece of cake.

Codes are not compiled in PHP so they are available on plain text.

IT IS ONLY FOR WEB DEVELOPMENT.

Use of frameworks !

So… Who Uses PHP ?

<?php echo “Thank You”; echo “Any Questions ? “; ?>

top related