Tuck Posted October 10, 2009 Share Posted October 10, 2009 is it possible to retrieve a third page html source in php :/ Quote 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. Quote 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 Quote 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 Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.