LOL, not sure if that described it right.
Anyway, what i want to do is have 2 php files, where one will be a list like this:
$music = "blah\blah\blah\music.html";
$movies = "blah\blah\blah\movies.html";
$news = "blah\blah\blah\news.html";
The second file is a template basically, lets call it template.php
I would be able to bascially use the template to format the html and link to it like this:
http:\www.domain.com\template?music
or
http:\www.domain.com\template?movies
and so on.
I hope i explained this right, im a newbie to coding, so any help would be appreciated. I learn better by example too. 😛