View Single Post
Old 01-18-2008, 05:08 PM   #1 (permalink)
Orc
The Prestige
 
Orc's Avatar
 
Join Date: Dec 2007
Posts: 1,044
Thanks: 193
Orc is on a distinguished road
Confused Embeding PHP inside HTML documents

How would I go about embeding PHP inside HTML Documents? Such as variables?

I do not want to use an .HTACCESS

Considering this I need it for my new site which has almost everything written in PHP using variables and functions.
Such as I have a variable named:
PHP Code:
$site_title 
which gives the title, how would I embed this var inside an HTML document? Is it considered something as the Smarty Engine?


@James
Orc is offline  
Reply With Quote