Deivas Posted March 7, 2010 Share Posted March 7, 2010 WRONG SECTION Link to comment https://forums.phpfreaks.com/topic/194439--/ Share on other sites More sharing options...
premiso Posted March 7, 2010 Share Posted March 7, 2010 No. You would need to fetch the website data with the full path. Since most hosting do not allow fopen_wrappers (which means you cannot do it with include.) Instead you will need to either use file_get_contents or cURL to fetch the data then print / echo it to the screen. See the links (click on the file_get_contents or cURL above to view examples). Link to comment https://forums.phpfreaks.com/topic/194439--/#findComment-1022727 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.