Overview of PHP
-
What is PHP
-
Set up a PHP environment
-
Running your first PHP page
PHP - The Language
-
PHP language syntax
-
Data types and variables
-
Expressions
-
Statements
-
Functions
-
String processing
-
Arrays
Object-Oriented Programming with PHP
-
Classes and objects
-
Inheritance
-
Introspection
-
Exception handling
-
Working with class hierarchies
-
Abstract classes and interfaces
-
Using PEAR components
Using PHP with MySQL
-
Connecting to MySQL in PHP
-
Query MySQL database using PHP
-
Database inserts, updates, and deletes
Generating PDF
-
Creating PDF content dynamically
-
Working with text
-
Inserting images
-
Generating graphics
|
|
Basic Web Programming with PHP
-
Builtin global array variables
-
Server information
-
Processing user input forms
-
Setting response headers
-
Session processing
Working with XML
-
Parsing XML documents with DOM
-
Parsing XML documents with SAX
-
Parsing XML documents with SimpleXML
-
Transforming XML documents with XSLT
-
Generating XML with PHP
Secure PHP Web Applications
-
HTTP authentication with PHP
-
Form-based authentication
-
SSL and PHP
-
Best practices in Web application security
Generating Graphics with GD
-
Creating graphics dynamically with GD
-
Basic graphical primitives (lines, curves and shapes)
-
Generating text
Real World PHP Web Applications
-
Error handling
-
Debugging
-
Deployment
-
Reporting
-
Generating PDF
-
XML processing
|