Opening the 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/Toolbox
Pane. No files have been opened in the
Editor
Pane.
Top
In the Projects/Toolbox
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
- 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.
|