PDA

View Full Version : Question - email + php



fspaiva
April 7th, 2003, 10:45 AM
Hi there,

I have a simple email form using flash + php. When I press the button, a received an email informing only the subject. I´m not receiving the variables name, email and msg. Anybody knows?

Jubba
April 7th, 2003, 11:26 AM
you have to catch the variables in the PHP script... try this:

http://www.kirupaforum.com/forums/showthread.php?s=&threadid=15399&highlight=%24POST

fspaiva
April 7th, 2003, 11:26 AM
Sorry, here´s the right file!!!!

Jubba
April 7th, 2003, 11:28 AM
that post will make it work...

Coolidge
April 8th, 2003, 12:41 PM
other than supporting php, do I need to contact the server/host and let them know I am running a php mail form? (so they can change any settings if need be?)
Thanks.

Jubba
April 8th, 2003, 01:12 PM
no. you shouldn't need to. but if you have everything set right and your form isn't working then your host may have disabled the mail() function. It happens and if they do then they won't just enable it for your use...

Coolidge
April 8th, 2003, 01:33 PM
*enlightenment*
thanks (again) Jubba!