SlideShare uma empresa Scribd logo
1 de 9
<?php//What is PHP??> Presentation by Helen Pitlick
PHP (Hypertext Preprocessor) is.... ,[object Object]
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 ,[object Object]
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

Mais conteúdo relacionado

Mais procurados

Mais procurados (19)

Php course
Php coursePhp course
Php course
 
Training ppt
Training pptTraining ppt
Training ppt
 
PHP LICTURES ..........
PHP LICTURES ..........PHP LICTURES ..........
PHP LICTURES ..........
 
PHP .ppt
PHP .pptPHP .ppt
PHP .ppt
 
Php intro
Php introPhp intro
Php intro
 
Tech talk webtech
Tech talk webtechTech talk webtech
Tech talk webtech
 
PHP Basics
PHP BasicsPHP Basics
PHP Basics
 
Object Oriented Programming with Laravel - Session 1
Object Oriented Programming with Laravel - Session 1Object Oriented Programming with Laravel - Session 1
Object Oriented Programming with Laravel - Session 1
 
PHP
PHPPHP
PHP
 
Advantages of Choosing PHP Web Development
Advantages of Choosing PHP Web DevelopmentAdvantages of Choosing PHP Web Development
Advantages of Choosing PHP Web Development
 
Word press
Word pressWord press
Word press
 
Tech talk php_cms
Tech talk php_cmsTech talk php_cms
Tech talk php_cms
 
PHP: Hypertext Preprocessor Introduction
PHP: Hypertext Preprocessor IntroductionPHP: Hypertext Preprocessor Introduction
PHP: Hypertext Preprocessor Introduction
 
Programming language
Programming languageProgramming language
Programming language
 
Why to use PHP
Why to use PHPWhy to use PHP
Why to use PHP
 
PHP
PHPPHP
PHP
 
Function of PHP in Website Development
Function of PHP in Website DevelopmentFunction of PHP in Website Development
Function of PHP in Website Development
 
Php(2)
Php(2)Php(2)
Php(2)
 
PHP - History, Introduction, Summary, Extensions and Frameworks
PHP - History, Introduction, Summary, Extensions and FrameworksPHP - History, Introduction, Summary, Extensions and Frameworks
PHP - History, Introduction, Summary, Extensions and Frameworks
 

Semelhante a Php presentation

Php hypertext pre-processor
Php   hypertext pre-processorPhp   hypertext pre-processor
Php hypertext pre-processorSiddique Ibrahim
 
chapter 5 Server-Side Scripting (PHP).pdf
chapter 5 Server-Side Scripting (PHP).pdfchapter 5 Server-Side Scripting (PHP).pdf
chapter 5 Server-Side Scripting (PHP).pdfburasyacob012
 
unitI-Introduction to php.pptx
unitI-Introduction to php.pptxunitI-Introduction to php.pptx
unitI-Introduction to php.pptxnehasahuji
 
PHP Web Development.pdf
PHP Web Development.pdfPHP Web Development.pdf
PHP Web Development.pdfSonia Simi
 
PhP Training Institute In Delhi
PhP Training Institute In DelhiPhP Training Institute In Delhi
PhP Training Institute In DelhiDivyaSharma84779
 
PHP Web Development Language.docx
PHP Web Development Language.docxPHP Web Development Language.docx
PHP Web Development Language.docxLoraGoody
 
Php training in bhubaneswar
Php training in bhubaneswar Php training in bhubaneswar
Php training in bhubaneswar litbbsr
 
Php training in bhubaneswar
Php training in bhubaneswar Php training in bhubaneswar
Php training in bhubaneswar litbbsr
 
PHP Web Development: Empowering the Digital World
PHP Web Development: Empowering the Digital WorldPHP Web Development: Empowering the Digital World
PHP Web Development: Empowering the Digital Worldcompany
 
PHP for web development
PHP for web development PHP for web development
PHP for web development loviedigital
 

Semelhante a Php presentation (20)

Php hypertext pre-processor
Php   hypertext pre-processorPhp   hypertext pre-processor
Php hypertext pre-processor
 
PHP
PHPPHP
PHP
 
Php unit i
Php unit i Php unit i
Php unit i
 
chapter 5 Server-Side Scripting (PHP).pdf
chapter 5 Server-Side Scripting (PHP).pdfchapter 5 Server-Side Scripting (PHP).pdf
chapter 5 Server-Side Scripting (PHP).pdf
 
t1837
t1837t1837
t1837
 
t1837
t1837t1837
t1837
 
unitI-Introduction to php.pptx
unitI-Introduction to php.pptxunitI-Introduction to php.pptx
unitI-Introduction to php.pptx
 
Php ppt
Php pptPhp ppt
Php ppt
 
PHP Web Development.pdf
PHP Web Development.pdfPHP Web Development.pdf
PHP Web Development.pdf
 
PhP Training Institute In Delhi
PhP Training Institute In DelhiPhP Training Institute In Delhi
PhP Training Institute In Delhi
 
PHP Web Development Language.docx
PHP Web Development Language.docxPHP Web Development Language.docx
PHP Web Development Language.docx
 
Php training in bhubaneswar
Php training in bhubaneswar Php training in bhubaneswar
Php training in bhubaneswar
 
Php training in bhubaneswar
Php training in bhubaneswar Php training in bhubaneswar
Php training in bhubaneswar
 
PHP Web Development: Empowering the Digital World
PHP Web Development: Empowering the Digital WorldPHP Web Development: Empowering the Digital World
PHP Web Development: Empowering the Digital World
 
PHP TRAINING
PHP TRAININGPHP TRAINING
PHP TRAINING
 
PHP for web development
PHP for web development PHP for web development
PHP for web development
 
How PHP works
How PHP works How PHP works
How PHP works
 
Php verses .net
Php verses .netPhp verses .net
Php verses .net
 
Web design EJ3
Web design    EJ3Web design    EJ3
Web design EJ3
 
Php tutorial
Php tutorialPhp tutorial
Php tutorial
 

Php presentation

  • 1. <?php//What is PHP??> Presentation by Helen Pitlick
  • 2.
  • 3.
  • 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.
  • 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.
  • 11. allowing developers to include files, like GIFs, PNGs, and JPEGs
  • 12.
  • 13.
  • 14. it's flexible (compared to Perl or C)
  • 15.