I need to program a basic CMS system for my site, and I've looked at quite a few, but none of them have what I would like.
I basically dont want like an article.php or a sections.php or anything where say i want a music section it would be sections.php?id=2 and an article in that would be article.php?section=2&id=24. I would like say I have a music section, I would like more of a music.php as the main bit and then have like music.php?a=24 for the article or even with a subsection - music.php?s=2(or ?s=music)&a=24
I know that seems like I just want the url to look nice, but I want to a have a few sections like articles, thinking, images, music etc, and I don't want them under just a sections php file really. I just need one sorted, with like just an echo of the database, of the article, if this makes any sense.
database:
article_id smallint(6) No auto_increment
user_id smallint(6) No 0
headline varchar(50) No
short varchar(255) Yes NULL
full_text text Yes NULL
date_posted datetime No 0000-00-00 00:00:00
any help would be greatly appricated