
Dec 1st, 2005, 20:50
|
|
Most Reputable Member
|
|
Join Date: Aug 2005
Location: North Wales, United Kingdom
Age: 21
Posts: 1,093
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
|
Re: html to php conversion
If you wanting to put HTML inside PHP instead of PHP inside HTML you can do it such as: - PHP: Select all
echo '<html>'; echo '<head></head>';
I think you get the idea 
|