Generic Form Parsing Script

This is a simple PHP script to process the submission from a form. It does not allow programatically manipulating the data from a form, and simply outputs the contents (after cleaning the submitted data).


Begin Form Data Output:

Form Submission Method: POST

The following table shows the data that was submitted by your form to this script.

The Key column is the name your form element had, and the Value is the value for that form element that was submitted.

HTML Form Data (Key : Value Pairs)
Key Value

Form Processing Complete


Script & Page Design © 2021-2025 - All Rights Reserverd
Author: Tj Scharlau - Amerabyte Technologies

No portions of this script may be used without the express written permission of the author or his/her designated representatives.