The code above not work !..."/>

How to include a file on PHP ?

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 !

 

 

 

 

Top