This processing script provides advice when you submit POST or GET data from a web form.
Make sure that you set your form's method attribute to 'post' or 'get' for detailed feedback.
Also check that your fields have name attributes as well as id attributes.
Nothing has been submitted using the post method.
Nothing has been submitted using the get method.
No files have been submitted as multipart/form-data.
To view the PHP code in this processing script, add "?viewsource" to the end of the url in the browser address bar.