[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?

[PHP-DB] DBX_Connect

2004-02-11 Thread J. Kevin C. Burton
For those of you have tried the dbx_connect method using ODBC.. Please help. Here is my error: Date: 11-02-2004 13:27:18 Error type: 2 Error message: dbx_connect() [ http://localhost/function.dbx-connect function.dbx-connect]: dbx: module 'DBX_ODBC' not loaded. Script:

[PHP-DB] win32 Timestamp problem

2004-03-09 Thread J. Kevin C. Burton
Hey all, after reading documentation on the Win32 bug regarding Timestamps not being able to go prior than 1970.. I am in need of a way to calculate someone's age. Has anyone found a fix or workaround for this bug? Or a way to calculate age without using the timestamp? They say that v5 of