I want to use the current date " print date ('M d, H:i') ; ". Submit this into a My SQL database No problem so far !
But then I want to use this date, to insert a new date into the database " 6 weeks or 42 days " forward of the current date that I already have.
This is so I can write a function to delete the record on the NEW data in 6 weeks. This bit I can do !
Its just creating the new date to put into the database.
Thanks AndyX
