It will work if you are creating a new record for each entry (an INSERT for
each entry). It will not work if you are UPDATE'ing an existing record for
each entry. In this case, only the time of the most recent UPDATE would be
recorded.
> -----Original Message-----
> From: george [mailto:[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 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 PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]