I have a block of text from which I want to extract the valid e-mail addresses and put them into an array. So far I have...
$string = file_get_contents(\
It worked better for me:
Some of the others didn't accept domains like: name@example.com.sv
I found it on: http://snipplr.com/view/63938/