email to mysql database

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
crackfox
Forum Newbie
Posts: 2
Joined: Mon Nov 10, 2008 9:20 am

email to mysql database

Post by crackfox »

Hi, I need to send emails into a mysql database, then print the entries onto a dynamic web page.

Does anyone know how to do this using PHP? I have very little PHP knowledge so any help would be appreciated.
User avatar
aceconcepts
DevNet Resident
Posts: 1424
Joined: Mon Feb 06, 2006 11:26 am
Location: London

Re: email to mysql database

Post by aceconcepts »

Where are the emails being sent from?
crackfox
Forum Newbie
Posts: 2
Joined: Mon Nov 10, 2008 9:20 am

Re: email to mysql database

Post by crackfox »

They originate as a SMS message and get sent to a account on my domain.

So they will be coming from just one email address.
Post Reply