| Basic concepts |
| |
Background to PHP
Installation and configuration
Embedding PHP tags
Adding comments
Using the Print function
Using variables
Dynamic variables
Data types |
|
| Working with forms |
| |
Forms overview
Capturing user input
Get and Post differences
Retrieving form values
Submitting a form to itself |
|
| Databases |
| |
Establishing
a connection
Setting up queries
Using SQL commands
Displaying results
Adding records
Modifying records
Deleting records |
|
| Managing state |
| |
Overview of strategies
Using hidden fields
Creating query strings
Reading and setting cookies
Setting expiry dates
Deleting cookies |
|
| Server behaviors |
| |
Linking to a detail page
Exchanging values between pages
Creating Insert pages
Creating Delete pages
Creating Update pages
Search pages
Using pop-up menus in searches
Results list pages
Sorting information |
|
| User authentication |
| |
Creating a registration page
Check User Name
Creating a log in page
Log In User
Restrict Access to Page
Log Out User
Using levels in authentication |
|