Is there any path system in PHP version 5.2.6?
I have code like:
Path variable
$_PATH1 = "http://" . $_SERVER['HTTP_HOST']."/";
and
<?PHP include($_PATH1.'en-US/footer/'."footer_si.php");?>
It does not work any more.Is there new path system on server using PHP version 5?