I am re-writting www.acidsun.com('s) archive and everything else. What I want to do is have it all run on MySQL for its backend. My problem is, how am I going to setup the Archive section of it?
I need to make it so that I can have the titles of the archives in there (i.e. Php, MySQL, C, C++, Java, .....etc.). And then I need it so that I can save listings under each title (i.e.
Php--
->PhpBB - Version: whatever - Author: PhpBB Team.
Visual Basics--
->Napster - Version: 10.3 beta 2 - Author: Napster team.
)
Something like that. I have attempted to make something but it did not work at all really.
Also, I want to have the title's links to look something like http://www.acidsun.com/archive/index.php?cat=php&num=1
the cat would be like the id i guess, and the num would be the page (there will be more than one page I know this and I will create a function that will have the next and last thing, or i'll try). Let's say there are 10 scripts and programs on each page.
If someone could tell me a basic setup that would be awsome.
Thanx to all that help
Ray K