thinkthinker Posted October 4, 2007 Posted October 4, 2007 Last question! Thanks for all of your help btw. I have a table within my DB called content which stores articles by published date etc.. I would like to create a simple script that archives the content by month. Any ideas? I am guessing I will need to create a select * statement to run it... Thanks in advance. Quote
TCH-Andy Posted October 4, 2007 Posted October 4, 2007 Do you mean you want to backup ( archive ) the database every month ? Or do you mean you want to extract and achive just a months worth of the database ? Or do you mean you want to select just content from a specific month to display ? Quote
TCH-Bruce Posted October 4, 2007 Posted October 4, 2007 Sounds like you are writing a blogging or similar CMS. Just curious as to why, as there are many packages available that does this already? Unless it's for programming experience. Yes, you will have to create a query select * and use the WHERE to extract what ever month you want to display. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.