Accessing my variables

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux