hello,
i would like to get a portion of php code that do the following:
- retrieve some specific keyword in the body of a mail and once the system found the keyword the system must query the mysql DB accordingly to that keyword.
thanx for your help
retrieve a particular keyword in the body of a mail message
Moderator: General Moderators
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
I agree. Please have a go first. You shouldn't come in here to ask for code. Fair enough if you tried and couldn't do it but we'd rather help you to help yourself 
Post a bit of code. Here's a tip.... read about pattern matching functions in php. preg_match() etc. That'll help you find the keyword in there, then have a play around and get back to us
Post a bit of code. Here's a tip.... read about pattern matching functions in php. preg_match() etc. That'll help you find the keyword in there, then have a play around and get back to us