PDA

View Full Version : Check if Mail Has been sent In Flash Using PHP3


RohanJM
04-22-2003, 01:10 PM
how do i change a variable in flash using php3 like i want it check if the mail i sent using flash thru php has been sent so basically i just need to have a variable done = true sent to flash. I know that a lot of people have asked similar questions but i just cant get it

Thanks a million

jaybee
04-24-2003, 12:34 PM
use a loadvars with the sendandload method - so you send the contents of the email to your script which sendds the email then outputs the string

&done=true&

or maybe

&done=false&error=invalid_email&

which is sent back to a loadvars object in flash......there's a good tutorial on this site, hope that helps,