lostprophetpunk Posted August 23, 2009 Share Posted August 23, 2009 Is there a way to scan a webpage without using the file_get_contents(). I mean like if you have a webpage that contains the text 'foo', is it possible to search and store that 'foo' in a variable with the file_get_contents() function. I am not looking for a javascript solution, only php. I am trying to do this as the admin of my website has disabled this function in the phpinfo(). If anyone could help, that woould be awesome. Link to comment https://forums.phpfreaks.com/topic/171525-scan-a-webpage-for-content/ Share on other sites More sharing options...
ram4nd Posted August 23, 2009 Share Posted August 23, 2009 Command file_get_contents() scans a file. You cant use web server to scan your browser. Link to comment https://forums.phpfreaks.com/topic/171525-scan-a-webpage-for-content/#findComment-904521 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.