1 / 5

PHP

PHP. What is PHP?. PHP: PHP Hypertext preprocessor

noreen
Télécharger la présentation

PHP

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. PHP

  2. What is PHP? • PHP: PHP Hypertext preprocessor • An HTML-embedded scripting language. Much of its syntax is borrowed from C, Java and Perl with a couple of unique PHP-specific features thrown in. The goal of the language is to allow web developers to write dynamically generated pages quickly. • PHP.net

  3. What is PHP Broken Down • PHP • P = PHP • H = Hypertext: html, hypertext markup language • P = Preprocessor: Preprocesses the code before sending it to the server

  4. Basic Understanding • Open source, web based processing language • Allows web developers to design dynamic websites that interact with databases • To describe what a PHP page is, you could say that it is a file with the extension .php that contains a combination of HTML tags and scripts that run on a web server. • Server scripting language • Writing commands to the server

  5. http://www.youtube.com/watch?v=PemsuAfc7Jw&feature=related

More Related