Web Development Using PHP, CakePHP
Home
Motivation
PHP 1.0
Installing PHP
How Web Works
How PHP Works
How PHP Works
Intercepts HTTP Request (.php)
Pass it on to PHP Module
Parsed and executed and output is given to apache server
Apache Server handover the generated content along with any other HTML to Client who asked for it.
Data Types
Constants
Arrays in PHP
Lets Do something
Displaying content in PHP
Functions
Variable Scope
Object Oriented Programming
Constructors & Destructors
Visibility
Self & this Special Varialbles
Inheritance
Useful HTML Entities
Useful ini Settings
Further Readings on PHP
References
Web Development Using PHP, CakePHP
Docs
»
How PHP Works
How PHP Works
Intercepts HTTP Request (.php)
Pass it on to PHP Module
Parsed and executed and output is given to apache server
Apache Server handover the generated content along with any other HTML to Client who asked for it.
« Previous
Next »