Re: [PHP-DB] Accessing my variables

2004-02-12 Thread Ricardo Lopes
you forget the last ' on your include string: didnt you see the error message of php ? if dont change you error reporting for development, this an error easy to find out if you have your error reporting set to E_ALL. - Original Message - From: "J. Kevin C. Burton" <[EMAIL PROTECTED]> To

RE: [PHP-DB] Accessing my variables

2004-02-11 Thread Gary Every
You're missing a ' in your include statement, after .php Gary Every Sr. UNIX Administrator Ingram Entertainment Inc. 2 Ingram Blvd, La Vergne, TN 37089 "Pay It Forward!" -Original Message- From: J. Kevin C. Burton [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 11, 2004 11:29 AM To:

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: Anyone got a clue on this one? Depends on what your problem is, not really a clear problem description here ;) and it has to be include ("global.