Hi everyone. I run a website written in HTML and I would like to change it to php (my favourite language) for enhanced interactivity. Does anyone have any tips/suggestions/comments? Has anyone done it? I would like to keep the existing HTML files and use them as includes and print variables into them (eg 'Hello %%name%%, welcome to my site. You have visited %%counter%% times.'). My site is located at http://chrislcars.addr.com I have a PHP site using PHP-Nuke at http://chrislcars.addr.com/index.php I would like to incorporate these sorts of features but preserve the existing layout.
Just plunk your php into the existing site rather than trying to use php includes when unnecessary.