First of all, you are authorized person to retrieve the information from others' site. If you are authorized then you must know what type of information is existed and how in that site. So depending upon the format of the information i.e. XML, HMTL or normal text or something other, you can use different methods/functions in PHP. So in general, yes indeed it is possible to retrieve the information from other sites. If you want to grab all the HTML from others' site then you can easily use
file_get_contents() function to return as a string. Otherwise,
fsockopen,
curl,
dom, etc. could be the other alternatives.
Bookmarks