michaelnaeseth
New member
I have a upload/contact form on my website. the form uses the post method. the problem is that when the email is sent, there is nothing in the email. I suspect it is because i am using $_Post['name'] to define a lot of fields. and the mail script is started after the uploads are finished and does not retain the $_Post fields. Is there a way to call back the $_Post fields from a script