I'm guessing this answer is out there, but I'm stumped on how to search it.
My hosting service would like to upgrade me. They say they'd prefer for PHP scripts to include files like this:
Code: Select all
<? echo file_get_contents("http://example.com/somefile.html"); ?>
Code: Select all
<? include "http://example.com/somefile.html" ?>
Thanks for your help.
-s