Deivas Posted March 7, 2010 Share Posted March 7, 2010 WRONG SECTION Quote Link to comment 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). Quote Link to comment 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.