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

What's hot (19)

PDF
Php course
baluja
 
PPTX
Training ppt
nikita vijay
 
PPT
PHP LICTURES ..........
Rashid Ahmad
 
PPTX
PHP .ppt
dinesh rana
 
PPTX
Php intro
sana mateen
 
PPT
Tech talk webtech
Shehrevar Davierwala
 
PPTX
PHP Basics
Sasi Kumar
 
PDF
Object Oriented Programming with Laravel - Session 1
Shahrzad Peyman
 
PPT
PHP
ARJUN
 
PPT
Advantages of Choosing PHP Web Development
Grey Matter India Technologies PVT LTD
 
PPTX
Word press
Brian Lucas
 
PPT
Tech talk php_cms
Shehrevar Davierwala
 
PPT
PHP: Hypertext Preprocessor Introduction
Oto Brglez
 
PPT
Programming language
kalasalingam university
 
PPT
Why to use PHP
sammesh30
 
PPTX
PHP
Jawhar Ali
 
PDF
Function of PHP in Website Development
EffOne_Technologies
 
PPT
Php(2)
tomcoh
 
PPS
PHP - History, Introduction, Summary, Extensions and Frameworks
Royston Olivera
 
Php course
baluja
 
Training ppt
nikita vijay
 
PHP LICTURES ..........
Rashid Ahmad
 
PHP .ppt
dinesh rana
 
Php intro
sana mateen
 
Tech talk webtech
Shehrevar Davierwala
 
PHP Basics
Sasi Kumar
 
Object Oriented Programming with Laravel - Session 1
Shahrzad Peyman
 
PHP
ARJUN
 
Advantages of Choosing PHP Web Development
Grey Matter India Technologies PVT LTD
 
Word press
Brian Lucas
 
Tech talk php_cms
Shehrevar Davierwala
 
PHP: Hypertext Preprocessor Introduction
Oto Brglez
 
Programming language
kalasalingam university
 
Why to use PHP
sammesh30
 
Function of PHP in Website Development
EffOne_Technologies
 
Php(2)
tomcoh
 
PHP - History, Introduction, Summary, Extensions and Frameworks
Royston Olivera
 

Similar to Php presentation (20)

PPT
Php hypertext pre-processor
Siddique Ibrahim
 
PPT
Php unit i
prakashvs7
 
PDF
chapter 5 Server-Side Scripting (PHP).pdf
burasyacob012
 
PDF
t1837
tutorialsruby
 
PDF
t1837
tutorialsruby
 
PPTX
unitI-Introduction to php.pptx
nehasahuji
 
PPTX
Php ppt
Sasi Kumar
 
PDF
PHP Web Development.pdf
Sonia Simi
 
PPTX
PhP Training Institute In Delhi
DivyaSharma84779
 
DOCX
PHP Web Development Language.docx
LoraGoody
 
PDF
Php training in bhubaneswar
litbbsr
 
PDF
Php training in bhubaneswar
litbbsr
 
PDF
PHP Web Development: Empowering the Digital World
company
 
PPTX
PHP TRAINING
gurjinderbains
 
PPTX
PHP for web development
loviedigital
 
PPTX
Introduction to PHP from Beginning to End
christopherneo4
 
PDF
HEATH INSURANCE CLAIM MANAGEMENT SYSTEM PROJECT REPORT.
Kamal Acharya
 
PDF
How PHP works
Atlogys Technical Consulting
 
PPTX
Php verses .net
CBitss Technologies
 
Php hypertext pre-processor
Siddique Ibrahim
 
Php unit i
prakashvs7
 
chapter 5 Server-Side Scripting (PHP).pdf
burasyacob012
 
unitI-Introduction to php.pptx
nehasahuji
 
Php ppt
Sasi Kumar
 
PHP Web Development.pdf
Sonia Simi
 
PhP Training Institute In Delhi
DivyaSharma84779
 
PHP Web Development Language.docx
LoraGoody
 
Php training in bhubaneswar
litbbsr
 
Php training in bhubaneswar
litbbsr
 
PHP Web Development: Empowering the Digital World
company
 
PHP TRAINING
gurjinderbains
 
PHP for web development
loviedigital
 
Introduction to PHP from Beginning to End
christopherneo4
 
HEATH INSURANCE CLAIM MANAGEMENT SYSTEM PROJECT REPORT.
Kamal Acharya
 
Php verses .net
CBitss Technologies
 
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)