Jump to content

Recommended Posts

Posted

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.

Posted

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 ?

Posted

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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...