View Single Post
Old 03-06-2008, 02:38 PM   #1 (permalink)
metazai
Regular Contributor
 
Join Date: Apr 2004
Location: Orange County, CA
Posts: 120
metazai is on a distinguished road
generic form mailer

All the form processors I've ever created with PHP have used $_POST or $_GET or $_REQUEST along with the specific variable names tied to the form elements. Is there a way to build a generic PHP Form processor (and mailer) that just reads everything sent over, variable names, values, and all? The idea is that it would be an ugly but flexible script that I wouldn't have to match up to the form elements by hand in the code every time.

I'm not looking for the code, just a shove in the right direction. Any ideas would be appreciated.
__________________
metazai is offline   Reply With Quote