Download presentation
Presentation is loading. Please wait.
Published byClinton Young Modified over 8 years ago
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)
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.