Re: [PHP] Some kind of checksum From: DL Neil (PHPml <email protected>)
Date: 10/15/01

> I have a buch of text files that I want to add to a database so
...
> What I would like to do is make it so that I can check to see if
> the file has already been added to the database. I'm having a
...
> Has anyone done something like this?

Chris,
I was doing something similar, but with web pages. If the filename is not 'recycled', why not add
the filename as a field in this or a companion/related table? If the filename is reusable, then
(like I did) you may need to add a timestamp.
Any use?
=dn

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-general-unsubscribe <email protected>
For additional commands, e-mail: php-general-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>