Website script advice for cataloging article

tuteja1986

Diamond Member
Jun 1, 2005
3,676
0
0
Hey all ,

I am looking for a script for that will catalog article. Sort like archive them so if some wanted access to old article they could without using search.
 

xtknight

Elite Member
Oct 15, 2004
12,974
0
71
Many content management systems have the ability to manage articles, posts, and messages. I'm not sure if you wanted something that complex. You would be looking at a server side script like PHP to return to the user a list of articles stored on the server, when the user requests page N of the listing results.

I assume these articles are HTML pages?