Newsletter Archive

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
melindaSA
Forum Commoner
Posts: 99
Joined: Thu Oct 02, 2003 7:34 am

Newsletter Archive

Post 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
kettle_drum
DevNet Resident
Posts: 1150
Joined: Sun Jul 20, 2003 9:25 pm
Location: West Yorkshire, England

Post 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.
melindaSA
Forum Commoner
Posts: 99
Joined: Thu Oct 02, 2003 7:34 am

Post 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.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

:arrow: [php_man]pdf[/php_man]
Post Reply