Possible Duplicate:
including php file from another server with php
<?php include('http://www.staticimages.co/legal-documents/fonts.php');?>
I'm trying to centralize a file that I will include in a few different domains. I've got a location but I'm unsure how to include the file. I've tried the above (which is the correct URL) but I get the following errors;
Warning: include() [function.include]: http:// wrapper is disabled in the server configuration by allow_url_include=0 in C:\wamp\www\flirtwithme.co\includes\legal\dating-safety-tips.php on line 15
Is there a preferred way to do this? Maybe CURL?
thx