parsing email into mySQL database
Posted: Thu Jan 27, 2005 9:23 am
This would be huge if someone could help me out with this.
What I am wanting to do is take an email being sent to our server open it up and parse out infomration from the body text that looks similar to this:
ID: 60789
Name: Bob
Then i want to be able to grab the 60789 and insert into our sql database under the lead_id column.
I want to be able to automate this process. maybe with a cron job.
Thanks
What I am wanting to do is take an email being sent to our server open it up and parse out infomration from the body text that looks similar to this:
ID: 60789
Name: Bob
Then i want to be able to grab the 60789 and insert into our sql database under the lead_id column.
I want to be able to automate this process. maybe with a cron job.
Thanks