+ All Categories
Home > Technology > What is PHP ?

What is PHP ?

Date post: 27-Jul-2015
Category:
Upload: samir-poudel
View: 86 times
Download: 0 times
Share this document with a friend
Popular Tags:
9
PHP SUBMITEED BY : SAMEER POUDEL 131151108 – BSCIT 3 RD SEMISTER
Transcript
Page 1: What is PHP ?

PHPSUBMITEED BY :

SAMEER POUDEL

131151108 – BSCIT 3RD SEMISTER

Page 2: What is PHP ?

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.

Page 3: What is PHP ?

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.

Page 4: What is PHP ?
Page 5: What is PHP ?

Click icon to add picture

Page 6: What is PHP ?

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.

Page 7: What is PHP ?

Use of frameworks !

Page 8: What is PHP ?

So… Who Uses PHP ?

Page 9: What is PHP ?

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


Recommended