Nice one here, got some class for this type of handling as well but it
will also do some nice magic when it comes to checking for valid data
or displaying the input again for validation :-)

My way to go:
1. Display the form
2. Check all required fields (name start with req_)
2.1 ( ok ) Parse page and display input instead of fields
2.2 ( fail ) Parse page and display form again with values inserted
3. Send the E-Mail

[...]
> Here is a class I use with my template system but it is easy to modify
> it.
[...]

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to