PHP Tutorial

 

Table of Contents

Opening the Tutorial Project

Create the PHP Tutorial Project

New Project To create a set of project and program files for the PHP Tutorial, click here. You will be prompted to specify the destination directory for the PHP Tutorial project and associated files.

Existing Project If you have already made a working copy of the PHP Tutorial project and wish to use that copy instead of creating a new working copy, select File|Open|Project and navigate to the directory where you copied the project. Open the file php_tutorial.kpf. The files included in the tutorial project are displayed in the Projects pane. No files have been opened in the Editor pane.

Top

Open the PHP Tutorial File

In the Projects pane, double click the file guestbook.php. This file will be opened in the Editor pane; a tab at the top of the pane displays the file name.

Top

Analyzing the PHP Tutorial File

  • guestbook.php This PHP program writes data from an HTML form to a data file, then extracts the contents of the data file and formats it as HTML.

Top Previous Next