Hello.
I am making a site template with php includes, however, I have lots of things
I need in the template and I do not know how to do them as I am fairly new to
PHP.
Here is an idea of what I want to the site look like
http://i198.photobucket.com/albums/a...per/design.png
Yellow areas are the template, red areas are the template but are adverts and
the blue area is what is dynamic and will be changed on the page type via
creating a new php document, copying the template from a text file on the
server then including the file with the data in the specific place. So could
someone post example code so I can learn off of it or something :-\
In the blue area I will be using
include("./s/file".$_GET['id'].".php")
Will it work with the template aswell?
Regards,
Perry