Getting Started with PHP
How to create PHP scripts, print and comment statements.
PHP Data Types
Different types of data take up different amounts of memory and may be treated differently.
PHP String Functions
String handling and manipulating functions.
PHP Substring Functions
Search, extract, repalce a given substring.
PHP Mathematics Functions
Working with decimal, binary, octal, and hexadecimal numbers.
PHP Arrays
Solve issues when working with arrays.
PHP Sorting Arrays
How to sort numeric, associative, and multidimensional arrays.
PHP User Defined Functions
How to create organized and reusable code.
PHP Control Structures
How to use if…else and loops.
PHP Regular Expressions
How to search, edit, extract and manipulate data.
PHP Date and Time
How to retreive, convert, and calculate date and time.
PHP Forms
How to pass user data from a web browser to a PHP scrip.
PHP Session and Cookies
Use cookies and PHP sessions to create a member area.
PHP Files and Dirs
Read, write, parse, and append files.
PHP Object Oriented Programming
How to declare, implement, and use classes.
PHP Databases
Working with different type of databases in PHP.
PHP XML
How to create, parse, and validate an XML document.
PHP Web Services
Create interfaceless application with PHP.