MikeDXUNL Posted February 17, 2009 Share Posted February 17, 2009 Well, I know how to manually grab source code and break it apart into stuff I want via Regex. But is there a way to have a script run and grab static information from a site, without you manually having to do it? Thanks in advance for the help. Mike Quote Link to comment https://forums.phpfreaks.com/topic/145597-php-scanning/ Share on other sites More sharing options...
premiso Posted February 17, 2009 Share Posted February 17, 2009 file_get_contents curl If those solutions are not what you are looking for, you need to elaborate a bit more. Quote Link to comment https://forums.phpfreaks.com/topic/145597-php-scanning/#findComment-764382 Share on other sites More sharing options...
MikeDXUNL Posted February 17, 2009 Author Share Posted February 17, 2009 what if something is SSL protected? (i.e. Xbox.com pages) Quote Link to comment https://forums.phpfreaks.com/topic/145597-php-scanning/#findComment-764465 Share on other sites More sharing options...
premiso Posted February 17, 2009 Share Posted February 17, 2009 You can check here http://us.php.net/manual/en/function.curl-setopt.php I believe there are ways for Curl to handle SSL. Quote Link to comment https://forums.phpfreaks.com/topic/145597-php-scanning/#findComment-764489 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.