May 2003
Intermediate to advanced
592 pages
14h 28m
English
Before I get into the heart of the public side, I’ll need to create the requisite HTML header and footer files. I’ll whip through these quickly, since the techniques involved should be familiar territory by this point in the book.
1. | Create a new PHP document in your text editor (Script 13.3).
<?php # Script 13.3 - header.html |
2. | Begin the session.
session_start(); ?> |
3. | Create the HTML head.
<!DOCTYPE ... |
Read now
Unlock full access