hello
thanks for the reply. I considered the method in the reply. But this way each page has to have the page content of the file to be coded in each and every file.
for instance,
require_once(file.txt')
with my method, with the file specified as a parameter, only 1 template file is required, made up as a table. and the page specific code is supplied as required in the parameter. But i realise the security implications.
This led me to looking at other sites. For instance,
http://www.pcplus.co.uk/reviews/default.asp?pagetypeid=2&articleid=10898454&subsectionid=372&subsubsectionid=42765765
With this url, i changed the articleid parameter to a number that doesnt exist. I then get the added benefit of what i want with the reduced security risk of of not having to send the filename as a parameter. Somehow, the id is mapped to an actual filename I guess? or would this use a database of articles?
I really need some advice on how the more professional websites create an easy to maintain, well presented pages. any suggestions are always well appreciated
Thanks in advance
kind regards
peter