RON_ron Posted September 16, 2009 Share Posted September 16, 2009 This is about a PHP server side script. FLASH - PHP. I only need to know only the PHP coding. Please help. How to write the PHP code to match "FIELD X" (sent through flash) from a list of email addresses given in the server side script?? Link to comment https://forums.phpfreaks.com/topic/174406-script-to-get-email-from-a-field/ Share on other sites More sharing options...
RON_ron Posted September 16, 2009 Author Share Posted September 16, 2009 I'm a flash guy, I'm no expert in PHP. So please any help is highly appriciated. Question once again: When the server side PHP script receives data from a field which will contain the domain name ($thedomain) it should match an email from my email list and send the mail to that perticular email address. E.g. The PHP server side script should contain a list of emails [email protected] [email protected] [email protected] data is sent from http://www.webcast.com/something/something.html to the PHP server script. End result should be : reply to [email protected] I need help in writing the PHP code. Link to comment https://forums.phpfreaks.com/topic/174406-script-to-get-email-from-a-field/#findComment-919322 Share on other sites More sharing options...
RON_ron Posted September 16, 2009 Author Share Posted September 16, 2009 I've done the form in flash using "LoadVars" and the data is been transfered to the PHP script on the server (PHP code is as in my previous post). It's working fine! The Flash Form even captures the browser URL and sends to the PHP script. But I don't know how to make the URL match an email address (which is in the PHP script or in an external PHP file) and automatically use it as the senders email address!!! Please help. Link to comment https://forums.phpfreaks.com/topic/174406-script-to-get-email-from-a-field/#findComment-919392 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.