Has anyone been able to use the include() statement with a URL in the windows version of php? I've tried v4.0.6 and v4.1.1 and neither of them seem to work. Function is as follows.
include('http://www.tol.com.au/default.htm'); I have checked and made sure that allow_url_fopen is enabled in the ini file but I can't find any other config that needs to be changed in order to get this to work. Hippie.