Jump to content

PHP Web Browser


imperium2335

Recommended Posts

Sure use file_get_contents() or curl to fetch the pages content. Use something like simplexml to go over your content and look for any img or a tags. Modify the paths:

 

images/avatar.gif

 

to:

 

http://domain/images/avatar.gif

 

same for the a element. Save the contents file_put_contents('pagename.html', $simpleXml);

Link to comment
https://forums.phpfreaks.com/topic/166203-php-web-browser/#findComment-876420
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.