Quick Start Guide
- Check your web server supports PHP5.
- Check your web server supports MySQL.
- Modify your XHTML web form to include the general form tags.
- Download the general form files.
- Edit local.php.
Change the file name in line 3 if you don't want to use form.xml.
Change the database details (you do not need to set these up yet, the helper script will help you).
- Upload the general form files to your web server.
- Upload your form to your web server, remembering to give it the correct name.
- Point your browser to check_form.php, this will check the form for errors and indicate how to create the database, user and table.
- Look at the instructions for guidance to add tags to check the form and display error messages.
- You can use check_form.php at any time to check the form, and get the SQL to modify the table when you have added fields in the form.
|