Hey all,
I got another date question here.
I have a date sent to a page, which is 02/02/2007 and i need to find any records in a database that are 90 days older than this date.
Id rather make a date that is 90 days older than that date
and then do a "SELECT * FROM blabla WHERE RECORDDATE<=$newdate";
A usual question but i cant quite get it.
Any help much appreciated.