RE: [PHP] recording time of entry

2001-04-09 Thread Johnson, Kirk
ilto:[EMAIL PROTECTED]] > Sent: Monday, April 09, 2001 9:16 AM > To: [EMAIL PROTECTED] > Subject: Re: [PHP] recording time of entry > > > > Will that work if I have for instance 100 entries, each > entry recording > the time it was made then I would be able to pull th

Re: [PHP] recording time of entry

2001-04-09 Thread Michael Hall
Yes ... 100 entries or 100 x 100 entries! :-) Mick On Mon, 9 Apr 2001, george wrote: > > Will that work if I have for instance 100 entries, each entry recording > the time it was made then I would be able to pull that info out of the db > and display the record and time made at a later dat

Re: [PHP] recording time of entry

2001-04-09 Thread george
Will that work if I have for instance 100 entries, each entry recording the time it was made then I would be able to pull that info out of the db and display the record and time made at a later date. george -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PR

RE: [PHP] recording time of entry

2001-04-09 Thread Johnson, Kirk
If you are using MySQL, add a "timestamp" field to the table. The first timestamp in a table gets stamped everytime a record is modified. Kirk > -Original Message- > From: george [mailto:[EMAIL PROTECTED]] > Sent: Monday, April 09, 2001 9:05 AM > To: [EMAIL PROTECTED] > Subject: [PHP] re