Email Address Grabber [SOLVED]

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
User avatar
Todd_Z
Forum Regular
Posts: 708
Joined: Thu Nov 25, 2004 9:53 pm
Location: U Michigan

Email Address Grabber [SOLVED]

Post by Todd_Z »

I'm trying to put together a function that will return true if there are email addresses in a string. However, I could do this easily with a preg_match if the format is xxxxxx@yyyyyy.zzz, however I'm sure people are going to try to get around this preg_match and do things like xxxx [at] yyyy [dot] com, etc. Has anyone put together a similiar function or have ideas on how to deal with this?
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

Is this for filtering or harvesting :?:
User avatar
hawleyjr
BeerMod
Posts: 2170
Joined: Tue Jan 13, 2004 4:58 pm
Location: Jax FL & Spokane WA USA

Post by hawleyjr »

Solved via PM and AIM legitimate use.
Post Reply