View Single Post
Old 2008-03-09, 08:10 PM   #12
Toby
Lonewolf Internet Sales
 
Toby's Avatar
 
Join Date: Mar 2005
Location: Houston
Posts: 4,826
Send a message via ICQ to Toby
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..
Toby is offline   Reply With Quote