How to include a file on PHP ? 2025-04-03 How about if i need to include a file that on different location ? like http://mydomain.com/head.php ? <? include ("http://mydomain.com/head.php"); ?> The code above not work !