Hy,
I'm programming my site in PHP
As I came to the main contents of the site a had a problem:
I have made some functions to write the header and footer. Now I have a lot of acticles that should be shown with all these layout things, as there are header, footer, menu ... etc.
I was thinking a calling a page article.php and make that decide with a variable in the link to article.php decide which article should be included in the file.
As I am not very exprecienced, I'd like to know if there are maybe better solutions, because I have a lot of those aricles..
thanks in advance!