Originally posted by Tim L
Nope, I am using MYSQL timestamp for the date field - 20031013105638 is an example format.[/code]
That's one problem: MySQL timestamps are a different format from the usual form (where the above-indicated time would be represented as something like 1065995798).
But if you're using MySQL and MySQL time and date formats, why not use MySQL to make the determination whether something is new or not? It's got ADD_DATE, it's got NOW, .....
LordShryku has already suggested this. It's also been suggested in another thread that has appeared in this forum within the last day or two.