SlideShare a Scribd company logo
<?php//What is PHP??>Presentation by Helen Pitlick
Php presentation
PHP (Hypertext Preprocessor) is...."PHP is a server-side, HTML-embedded, cross-platform scripting language—quite a mouthful"
free and open-source
a way to produce dynamic web pages (sites that are unique to the user or continuously updated).
clear and easy to read and de-bug, as well as flexible, scalable, and extensible.
used by 20 million websites and 1/3 of the web's servers 
installed as an Apache module on Unix (Macs or Linux), or as a CGI script on Unix or Windows The father of PHP:Rasmus Lerdorfinvented PHP as his personal homepage in 1994 (version 1.0).2010 = version 5.3.2Image from Wikimedia Commons
PHP scripts are plain-text files with PHP instructions; the language borrows from C and Perl, and can be imbedded into HTML. The pages are treated similarly to HTML pages. How it works: you write code, the server reads it, and then replaces it with content in the browser.image by Wesley Fryer

More Related Content

PPTX
PHP Presentation
PDF
Php tutorial from_beginner_to_master
PPTX
Presentation php
PPTX
PHP in one presentation
PPTX
Introduction to webprogramming using PHP and MySQL
PPTX
.Net Development Services VS | PHP Development Services
PPTX
PHP Classes in Pune
PPSX
Advanced PHP Web Development Tools in 2015
PHP Presentation
Php tutorial from_beginner_to_master
Presentation php
PHP in one presentation
Introduction to webprogramming using PHP and MySQL
.Net Development Services VS | PHP Development Services
PHP Classes in Pune
Advanced PHP Web Development Tools in 2015

What's hot (19)

PDF
Php course
PPTX
Training ppt
PPT
PHP LICTURES ..........
PPTX
PHP .ppt
PPTX
Php intro
PPT
Tech talk webtech
PPTX
PHP Basics
PDF
Object Oriented Programming with Laravel - Session 1
PPT
PHP
PPT
Advantages of Choosing PHP Web Development
PPTX
Word press
PPT
Tech talk php_cms
PPT
PHP: Hypertext Preprocessor Introduction
PPT
Programming language
PPT
Why to use PHP
PPTX
PDF
Function of PHP in Website Development
PPT
Php(2)
PPS
PHP - History, Introduction, Summary, Extensions and Frameworks
Php course
Training ppt
PHP LICTURES ..........
PHP .ppt
Php intro
Tech talk webtech
PHP Basics
Object Oriented Programming with Laravel - Session 1
PHP
Advantages of Choosing PHP Web Development
Word press
Tech talk php_cms
PHP: Hypertext Preprocessor Introduction
Programming language
Why to use PHP
Function of PHP in Website Development
Php(2)
PHP - History, Introduction, Summary, Extensions and Frameworks
Ad

Similar to Php presentation (20)

PPT
Php hypertext pre-processor
PPT
Php unit i
PDF
chapter 5 Server-Side Scripting (PHP).pdf
PDF
PDF
PPTX
unitI-Introduction to php.pptx
PPTX
Php ppt
PDF
PHP Web Development.pdf
PPTX
PhP Training Institute In Delhi
DOCX
PHP Web Development Language.docx
PDF
Php training in bhubaneswar
PDF
Php training in bhubaneswar
PDF
PHP Web Development: Empowering the Digital World
PPTX
PHP TRAINING
PPTX
PHP for web development
PPTX
Introduction to PHP from Beginning to End
PDF
HEATH INSURANCE CLAIM MANAGEMENT SYSTEM PROJECT REPORT.
PDF
PPTX
Php verses .net
Php hypertext pre-processor
Php unit i
chapter 5 Server-Side Scripting (PHP).pdf
unitI-Introduction to php.pptx
Php ppt
PHP Web Development.pdf
PhP Training Institute In Delhi
PHP Web Development Language.docx
Php training in bhubaneswar
Php training in bhubaneswar
PHP Web Development: Empowering the Digital World
PHP TRAINING
PHP for web development
Introduction to PHP from Beginning to End
HEATH INSURANCE CLAIM MANAGEMENT SYSTEM PROJECT REPORT.
Php verses .net
Ad

Php presentation

  • 3. PHP (Hypertext Preprocessor) is...."PHP is a server-side, HTML-embedded, cross-platform scripting language—quite a mouthful"
  • 5. a way to produce dynamic web pages (sites that are unique to the user or continuously updated).
  • 6. clear and easy to read and de-bug, as well as flexible, scalable, and extensible.
  • 7. used by 20 million websites and 1/3 of the web's servers 
  • 8. installed as an Apache module on Unix (Macs or Linux), or as a CGI script on Unix or Windows The father of PHP:Rasmus Lerdorfinvented PHP as his personal homepage in 1994 (version 1.0).2010 = version 5.3.2Image from Wikimedia Commons
  • 9. PHP scripts are plain-text files with PHP instructions; the language borrows from C and Perl, and can be imbedded into HTML. The pages are treated similarly to HTML pages. How it works: you write code, the server reads it, and then replaces it with content in the browser.image by Wesley Fryer
  • 10. PHP is good for....supporting 3rd party databases, like MySQL or Microsoft's SQL.
  • 11. allowing developers to include files, like GIFs, PNGs, and JPEGs
  • 12. companies with lower budgets, since there are no licensing fees or hardware involved. Uses for PHP• Feedback forms• e-commerce systems• User registration, log-ins, and online dashboards• Guest books• Discussion forums and message boards
  • 13. Why is PHP important?it's fast (compared to ASP or Java) 
  • 14. it's flexible (compared to Perl or C)
  • 15. it's open source: a money saverReferencesButzon, T. (2002). PHP by example. Indianapolis, Ind: Que. Retrieved April 17, 2010 from http://www.netlibrary.com/urlapi.asp?action=summary&v=1&bookid=81324. (great source for beginners!) Lerdorf, R. (2000). PHP pocket reference. Beijing: O'Reilly. Retrieved April 17, 2010 from http://www.netlibrary.com/urlapi.asp?action=summary&v=1&bookid=24671.  The PHP Group: http://us.php.net/tut.php Vaswani, V. (2009). PHP: A beginner's guide. New York: McGraw-Hill. Wikipedia: http://en.wikipedia.org/wiki/Php (for an initial overview)