PHP
SYLLABUS::
What is PHP?
The history of PHP
Why choose PHP?
Installation overview
Exploring Data Types
Variables
Strings
String functions
Numbers part one: Integers
Numbers part two: Floating points
Arrays
Associative arrays
Array functions
Booleans
NULL and empty
Type juggling and casting
Constants
Control Structures: Logical Expressions
If statements
Else and elseif statements
Logical operators
Switch statements
Control Structures: Loops
Break
Understanding array pointers
User-Defined Functions
Debugging
Building Web Pages with PHP
Links and URLs
Using GET values
Encoding GET values
Encoding for HTML
Including and requiring files
Modifying headers
Page redirection
Output buffering
Working with Cookies and Sessions
Working with cookies
Setting cookie values
Reading cookie values
Unsetting cookie values
Working with sessions
