Re: [PHP-DB] Last Modified question..

2001-08-31 Thread David Tod Sigafoos
ick > > >-Original Message- >From: Jay Paulson [mailto:[EMAIL PROTECTED]] >Sent: Tuesday, August 28, 2001 5:04 PM >To: Justin Buist >Cc: PHP DB list (E-mail) >Subject: Re: [PHP-DB] Last Modified question.. > > >A) It's a MySQL database that I'm usin

RE: [PHP-DB] Last Modified question..

2001-08-31 Thread Rick Emery
rom: Jay Paulson [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 28, 2001 5:04 PM To: Justin Buist Cc: PHP DB list (E-mail) Subject: Re: [PHP-DB] Last Modified question.. A) It's a MySQL database that I'm using B) I'm using file_exsist() and to check the modified date I'm u

Re: [PHP-DB] Last Modified question..

2001-08-28 Thread Jay Paulson
ustin Buist" <[EMAIL PROTECTED]> To: "Jay Paulson" <[EMAIL PROTECTED]> Cc: "PHP DB list (E-mail)" <[EMAIL PROTECTED]> Sent: Tuesday, August 28, 2001 4:44 PM Subject: Re: [PHP-DB] Last Modified question.. > a) What kind of database is this? > b) use

Re: [PHP-DB] Last Modified question..

2001-08-28 Thread Justin Buist
a) What kind of database is this? b) use fstat() to check the modification time on a specific file. c) You will have to modify permissions so that the user your web server runs as has 'read' permission on the file if you want to use fstat(). Justin Buist Trident Technology, Inc. 4700 60th St.

[PHP-DB] Last Modified question..

2001-08-28 Thread Jay Paulson
I have a problem... I want to check the last modified time that a file was changed/updated. Actually, it's an employee database that I'm working on and I thought about just checking the last modified date on the file that the information was stored on. However, I get a permission denied error an