timothy johnson wrote:
> I have a single php script that I am using to upload my gaim logs to a
> mysql server, but I want to put in some type of means to where if that
> log was already added then it will exit. what ways would you
> recommend?

How do you know if one gaim log matches another one is pretty much your
only question, right?

I mean, http://php.net/exit will take care of the quit part, and if/else
takes care of the PHP part of it.

So, tell us, what do the filenames look like on a gaim log (whatever that
is) and what's inside them, and how do you currently think you know which
one is which?

-- 
Like Music?
http://l-i-e.com/artists.htm

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to