[PHP] Unknow "Date" Format

2001-09-05 Thread Jared Mashburn
I am importing a database from WordPerfect Paradox, the time stamp that it puts into Mysql is one that I'm not familiar with. Some examples are, In Excel it formats them to: 35621 ---> 10-Jul-97 36965 ---> 15-Mar-01 36356 ---> 15-Jul-99 Can anyone tell me what date format this is, or how

[PHP] MySql Help

2001-09-11 Thread Jared Mashburn
Hello, I have a database with 4 Columns |ID|First|Second|Third| I am tring to run a query On the First Column and place the data into an array. The problem that I am running into Is that there are doubles, triples, and sometimes more of the same name in that column.

[PHP] Dynamic Form

2001-09-12 Thread Jared Mashburn
Hell0, I have a MySql database with 3 columns. The first column is "id" second is "name" and third is "value", I have two drop-down lists, with the first filled with an array from the column "name". I would like for the second drop-down list be changed according to the "value" of what has been

RE: [PHP] Dynamic Form

2001-09-12 Thread Jared Mashburn
12, 2001 4:47 PM To: Jared Mashburn; PHP Users Subject: Re: [PHP] Dynamic Form PHP does not know what the user has selected in the first drop down. You can either reload the page with the new value once the user has selected the value for the first drop down list, and go from there, or use