Tuck Posted October 10, 2009 Share Posted October 10, 2009 is it possible to retrieve a third page html source in php :/ Link to comment https://forums.phpfreaks.com/topic/177249-retrieve-third-html-source-via-php/ Share on other sites More sharing options...
.josh Posted October 10, 2009 Share Posted October 10, 2009 no idea what that means. Link to comment https://forums.phpfreaks.com/topic/177249-retrieve-third-html-source-via-php/#findComment-934599 Share on other sites More sharing options...
Alex Posted October 10, 2009 Share Posted October 10, 2009 What do you mean by 'third'? Do you mean a remote page? Like.. getting the source of http://phpfreaks.com? If so, you can either use file_get_contents() (If fopen_wrappers is enabled.) Or preferably you can use cURL Link to comment https://forums.phpfreaks.com/topic/177249-retrieve-third-html-source-via-php/#findComment-934601 Share on other sites More sharing options...
Tuck Posted October 10, 2009 Author Share Posted October 10, 2009 What do you mean by 'third'? Do you mean a remote page? Like.. getting the source of http://phpfreaks.com? If so, you can either use file_get_contents() (If fopen_wrappers is enabled.) Or preferably you can use cURL thanks Link to comment https://forums.phpfreaks.com/topic/177249-retrieve-third-html-source-via-php/#findComment-934607 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.