Re: Relation between php and HTML
Posted: Tue Jul 10, 2012 7:15 am
HTML is a markup language - thats what tells the browser what things look like.
http://www.w3schools.com/html/
PHP is a programming language, typically used to generate html dynamically.
http://www.w3schools.com/html/
PHP is a programming language, typically used to generate html dynamically.