Actually it was that sample script that I have used successfully with a corresponding script file and a language file to make a number of intergrated pages that only use html. That much I seem to be able to do ok. What I don't quite understand is how to integrate PhP script into an integrated page. The template page seems to be where I put the HTML I want displayed. But, just for a simple example, lets say I wanted to add some dynamic content to my integrated page and have something like:

PHP Code
echo "This is some ".$content;  

How would I do that? I have tried just putting it in the template file with the start and end php tags, put that doesn't work.

Basil ( a newbie)