Click to See Complete Forum and Search --> : 2 questions about a web page I'm thinking about making


l0ssrecord
11-23-2007, 01:15 AM
Hi, first time posting here.

How do I design my web page so that the oldest news goes to the next page?
I want it so that only 10 entries are entered on the main page and whenever I enter a new entry, the previous entries get moved down and the 10th entry gets put in the next page? I know this can be done without hard coding it.

2nd question is how do I design my web site so that my news entries has a section for user comments? Do I need to set up a database for such a feature? I don't really want to store the comments just display and have the ability to delete. thank you.

Fang
11-23-2007, 02:11 AM
It sounds like you need a content management system (http://en.wikipedia.org/wiki/Content_management_system)

A database or file storage system will be necessary.