Quote:
Originally Posted by Wolfy
I've retrieved all the email addresses on the site, thanks to a cool mofo that I'll happily give credit to if he wants it.
Ok, I get that part.
For the sake of knowledge only, since my mission has been accomplished - how do I apply that regex expression to a task like this? I don't have control of the site, so any php pages I would build would be outside of the domain and would not have access to any databases.
What am I missing?
|
First you use php to grab the source code of the page, then use the regex to browse that code to strip out the email addresses.