Web Development Using PHP, CakePHP
Home
Motivation
PHP 1.0
Installing PHP
How Web Works
How Web Works
HTTP Request
HTTP Response
HTTP Status Codes
HTTP is Stateless
How PHP Works
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 Web Works
How Web Works
HTTP Request
Some Request Headers are
HTTP Response
HTTP Status Codes
Status
2XX - Success
3XX - Moved
4XX - Client Error
5XX - Server Error
Complete List
HTTP is Stateless
State Management at Client Side - Cookies
State Management at Server Side - Session
« Previous
Next »