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.
Quote:
Originally Posted by Libertine
It's a regular expression. Used to identify patterns - in this case, email addresses.
|
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?