What I'm trying to do is to make a website easily upgradable.
So I just have to add a directory and the necessary php files so I barely touch the codes...
Here's an example...
I can probably figure out how to do that but I'm still figuring out how to... hmm... how do I say this...
Let's say we're now at the 'Art' page...
Art || [Poetry] || [Music] || [Videos]
If music is selected,
[Art] || [Poetry] || Music || [Videos]
Is there any good readily scripts you know that I can make example of?
I know PHP nuke have this kind of concept but I can hardly understand the codes.