neilfurry Posted April 21, 2009 Share Posted April 21, 2009 Hello, Can you help me with this? I want to grab email from craigslist.org, but in some case it cannot be extracted from the page, example, from this page: http://newyork.craigslist.org/aap/mnh/nfb/1121498557.html , i want to extract : [email protected] . i tried to use preg_match_all : preg_match_all('/[a-z0-9]+([_\\.-][a-z0-9]+)*@([a-z0-9]+([\.-][a-z0-9]+)*)+\\.[a-z]{2,}/i',$parseContent,$matches); but still it couldn't be extracted. i learned that craigslist is using some sort of encryption for this. Can you help me with this? Thanks in advance. ??? Link to comment https://forums.phpfreaks.com/topic/155004-decrypt-email-from-craigslist/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.