Jump to content

Script to get email from a field


RON_ron

Recommended Posts

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.

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. :shrug:

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.