[PHP-DB] file date upload

2004-01-05 Thread Larry Sandwick
Is there a way for PHP to query a database and get the date that a data file was uploaded? Scenario: Table is cleared. A flat file gets uploaded on Monday Jan 5, 2004. Where can I query to get the timestamp of the upload? On Wednesday the 7th I would like to query something to get

Re: [PHP-DB] file date upload

2004-01-05 Thread Jason Wong
On Tuesday 06 January 2004 04:18, Larry Sandwick wrote: Is there a way for PHP to query a database and get the date that a data file was uploaded? Yes, as long as you've stored into the database the date that the data file was uploaded. A flat file gets uploaded on Monday Jan 5, 2004.