Simple DOM Google Plus -
i'm using simple html dom parse various websites. working fine except when try parse through google plus page. attempted below troubleshoot , isn't working. when echo out page works fine below shows blank page. thought i'd have logged in google plus after it's still blank page. ideas on why can't load page? google forbids , locks? interesting thing page title loads favicon nothing elsel. here's example of code have. help!
$url_link = "https://plus.google.com/+pollotropical/about"; $html = new simple_html_dom(); $html->load_file($url_link); echo $html;
Comments
Post a Comment