Quote:
Originally Posted by AutomatikStudio
Alright gary...thanks for the tips thus far. He's what I'm trying to do. I'm trying to create an article system of sorts. My database table will have the following fields: Author, Date, Article, Title, and ID. Now, what I'd like to do is have something like:
articles.php?do=viewarticles&artid=4
And that would call the article in the database with the ID of 4. At any rate, how would I do that without having to make a new template for every article.
|
Basically just use a generic 'shell' template which has generic stuff that all the pages will have. Then just use variables in the templates, I'm sure you can go from there