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
- Re: [PHP-DB] Accessing my variables J. Kevin C. Burton
- Re: [PHP-DB] Accessing my variables Fedde van Feggelen
- Re: [PHP-DB] Accessing my variables Ricardo Lopes
- RE: [PHP-DB] Accessing my variables Gary Every
