gorilla1
03-14-2003, 05:35 PM
I am trying to get a news feed and they use this fomrat for getting at their data.
include('http://www.yourdomain.com/include.php');
I tired this on a unix box and it worked great. However, I must run this from windows server, and inlcude of remote url is not supported on php prior to 4.3, I believe. Is there any way to accomplish the equivalent without using the include?
G
include('http://www.yourdomain.com/include.php');
I tired this on a unix box and it worked great. However, I must run this from windows server, and inlcude of remote url is not supported on php prior to 4.3, I believe. Is there any way to accomplish the equivalent without using the include?
G