Friday 21 September 2012

Extracting email addresses from a text file using PHP REGEX

This is a simple yet effective way to extract email addresses from a .txt file.

The script reads the text file and then uses a REGEX expression to extract the email addresses from the content of the file.

No comments:

Post a Comment

Please feel free to comment. No backlinks will be displayed.