How to use the FormSecurity script. (this page needs work)
1. Copy the folder FormSecurity from the Javascriptwebdesigns root to the root of the web you are working with.
2. Open both the page that has the form on it and the destination or action page.
3. Open the file testit.php in the FormSecurity folder and copy the code in that page.
4. Open the action page and paste the code at the very top of that page. (remove any reduplicative <?php stuff.
5. Remove the line echo "success" and the following } brace.
6. The closing brace } now needs to go to the very bottom of the form page so that the ENTIRE page is included inside the else portion.
7. Change the name of the redirect file in line 3 (i.e. ...content='2;url=index.php' )from index.php to the name of the page that has the form on it.
8. Save your action page.
9. On the form page, include the FormSecurity script
10. Add this line where you want the user to enter the code.