PDA

View Full Version : Email, Flash, and PHP


adamgedde
08-02-2001, 10:37 PM
I've taken a look at the tutorial on sending email through Flash via PHP, but I haven't been able to get it to work. I'm running IIS 4 for testing with a Win32 version of PHP4 on my system. I do know the system is set up correctly because I have some other PHP files that work like they're supposed to, but this doesn't seem to work. Any thoughts?

Thanks in advance -

snowdude
08-03-2001, 01:06 AM
You have to have an e-mail server installed. You could probably install something like Smtpsvg.dll, it's like a mailing object on windows. Anyways I think you can only use that with ASP, and I'm not technically sure about php but it's probably something similiar. Try it out on a Unix server that has php installed - it'll work then.