Re: [PHP-DB] Accessing my variables

2004-02-12 Thread Ricardo Lopes
Message - From: J. Kevin C. Burton [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, February 11, 2004 5:28 PM Subject: [PHP-DB] Accessing my variables 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

[PHP-DB] Accessing my variables

2004-02-11 Thread J. Kevin C. Burton
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?

Re: [PHP-DB] Accessing my variables

2004-02-11 Thread Fedde van Feggelen
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? Depends on what your problem is, not really a clear problem

RE: [PHP-DB] Accessing my variables

2004-02-11 Thread Gary Every
To: [EMAIL PROTECTED] Subject: [PHP-DB] Accessing my variables 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