PHP question: how to call back the $_POST fields from a previous script.?

michaelnaeseth

New member
Here is how my upload/contact form works:

1. post method form including contact fields and multiple file uploads

\/

2. sends action to the script that processes the uploads.

\/

3. after uploads complete, sends action to the email processing script
1. I have tried both $_POST ['field_name'] and $_REQUEST ['field_name'] to add the form fields to the email. But when i receive the email, there is no data in it.
 
Back
Top