Page 1 of 1

Newsletter Archive

Posted: Mon Jul 19, 2004 11:46 am
by melindaSA
Need some help with this! I am not sure how to do this!

I have a php Content Management System, and one of the pages that the user can update and publish is a newsletter. What I would like to do is be able to archive the newsletter when it is time to publish a new one. What would be the best way to do this within the CMS system.

I would appreciate any ideas on this!

Thank you
Melinda

Posted: Mon Jul 19, 2004 12:34 pm
by kettle_drum
You just need to save the old newsletter to a file or database when you post a new one. It shouldnt be that hard if you know where the current newsletter data is stored.

Posted: Mon Jul 19, 2004 1:30 pm
by melindaSA
Thanks for your answer! Question, is it true that I can make these newsletters into pdf's using php? If yes, this might be my solution.

Posted: Mon Jul 19, 2004 1:42 pm
by feyd
:arrow: [php_man]pdf[/php_man]