PHP with HTML
Wednesday January 30, 2008
One of the biggest assets of PHP is how easily it flows and intertwines with HTML. If you are just learning PHP and are unsure how to use it together with HTML, take a look at our PHP with HTML tutorial. It shows you how to use PHP inside HTML, how to use HTML inside PHP, and how to switch between them in the same document.


Thanks so much. Short but very helpful. I am just getting started with server-side scripting languages and had no idea it was possible to insert php into the middle of a page. Thanks!