Archives!

Ok i need some help!! I wanted to know…how would i be able to create an archive, of say months worth of news articles, and these would be avaliable on the net as a calendar and you could click on a certain date or a certain month and be taken to that archived day of that month!!

Besides that, i also want an easier solution to moving a recent news article from the main page which are in html format, to my archives folder, where all the months and days will be organized by year and so on, but since i move the files around, i always have the truble of going back to the archives folder and updateing all the pages again, meaning, relinking, banners, side-bar pics, arrow pics, links and other stuff… with what can i manage this kind of task more efficiently//

Thank You!

use a cms

ok, where would i find one? and since im not a developer and have very little experience where and how would i be able achiving this with a CMS? also are there other ways of create an archive?

just search cms
then cms news
or cms bulletin on google

you will find tons

also try www.hotscripts.com

I think archiving happens to be one of the most sh**est things to do…especially if you have 3000+ documents to archive, by hand that is!..

anyone else have this problem insert LOL here

Thanks :slight_smile:

make a script that does the following.

either using a database. marking day / year and or time if u wish.
else
write text files on ure system and save them accordingly.


$time = time();
$dir = date("mY", $time);