Presentation is loading. Please wait.

Presentation is loading. Please wait.

PHP – PHP Hypertext Processor A quick overview. How is PHP used? Embedded with HTML, e.g. Not like CGI: PHP files not an executable Used with servers.

Similar presentations


Presentation on theme: "PHP – PHP Hypertext Processor A quick overview. How is PHP used? Embedded with HTML, e.g. Not like CGI: PHP files not an executable Used with servers."— Presentation transcript:

1 PHP – PHP Hypertext Processor A quick overview

2 How is PHP used? Embedded with HTML, e.g. Not like CGI: PHP files not an executable Used with servers like Apache and IIS

3 What does the code look like? Similar to C++ and Java All variables expressed with a leading ‘$’ ex: $foo = 5; Familiar types like boolean, integer, float, string, array; the type is usually not set by the programmer, but by PHP Supports classes Look at code samplecode sample

4 What else can PHP do? Form processing Database access File uploads Emailing PDF generation (extension)


Download ppt "PHP – PHP Hypertext Processor A quick overview. How is PHP used? Embedded with HTML, e.g. Not like CGI: PHP files not an executable Used with servers."

Similar presentations


Ads by Google