Post form to mySQL and then to email not working after insert
I am using the Spry framework to validate some fields in a form, and then inserting the entire forms data into a database (with no problems). I then want to send an email with a few fields from the form submission. Normally this works fine in PHP mail code that I have, BUT after adding the spry validation or after adding the after insert goto section, the PHP mail code no longer gets the post data from the form.
Any ideas what might cause the loss of the post variables from the form?
thanks!
-Daniel Hoviss