html Template Pages and PHP
I have just installed a 3rd party program to my site and while I was running through the code I noticed that is has HTML template pages for certain sections in. They have tags such as this <tag>{PHP_Variable}</tag> which I have figured are used to structure the data from a DB/PHP script.
Are there any sites where I can get more information on how to use and best uses for this type of set up?
Is this a good practice in coding or are there better ways to do this?
Thanks
Rob
|