Monday 13 August 2007 12:25:30 am
Hello everybody, Here is my problematic : I need to store all the articles which are N months old, before deleting them in my database. These deletions are made by a php script, executed thanks to CRON... The best solution for the storage would be (in my opinion) to store each article in a PDF before deleting them. But is it possible to generate them automatically in a php script ? Thank you !
|