Jump to content

Inserting data via email - can it be done?


CanMan2004

Recommended Posts

Of course its possible, and yes, its done all the time.

I'm not sure what part you could possibly be stuck on. Use the [url=http://php.net/mail]mail[/url]() function to send the email, then the [url=http://php.net/mysql_query]mysql_query[/url]() function to insert the email into a database.
Sorry, you'll need to be clearer in what it is exactly your trying to do. If your sending the email, then put it in a database and send it.

If you want that when an email arrives at a client the email is to be stored in your database this isn't going to happen. You can't do anything on the client.

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.