General PHP Tutorial
This tutorial will teach you some of the basic commands in PHP. The following four pages are included:
-
general.php -- Read this first if you have no experience with PHP.
It contains information on how to start using PHP to gather data from a form and put it into a tab-separated file. You will learn all the basic steps to create a web-based survey or exam.
-
sessions.php -- This page will give you information about how to make assessments or surveys span multiple pages using PHP sessions.
-
email.php -- This page will give you information on how to use PHP to send an e-mail.
-
phpfcns.txt -- a short list of the PHP functions that used in this tutorial.
Good luck.