Hey all.. I am using PHP5 and apache 2.0 on windows xp pro.
 
My problem is: 
 
I have an include file: global.inc.php
Inside that file I have:
 
$myVariable = "xankjndckjnskncd";
 
now I have a index.php that has:
 
<?
Include('global.inc.php);
Print $myVariable;
?>
 
Anyone got a clue on this one?
 
Kevin

Reply via email to