Server security settings probably won't allow PHP includes from external domains.
If it does work, I'd suggest talking to your server admin.
A safer solution would be to have a simple script that retrieves and saves a local copy of the desired file, then use that local copy as your include file. Set a Cron to periodically update that file at a specified interval.
Last edited by Toby; 2008-03-09 at 08:15 PM..
|