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!
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.
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.