Quote:
Originally Posted by bluetrance05
Hi there! HTML is a language that consist of tags that describes the public parts of a website, but it cannot work alone in a dynamic site, am I right? PHP is a scripting language that works in a dynamic site, and you are able to create scripts that will address user requests to the MySQL database.
|
HTML is what makes up a web page. It is a markup language that browsers use to format text, images, sounds, and what not into the layout you see.
PHP however is a scripting language that is often used in web sites to generate dynamic HTML (changing content) and work with the back-end of websites (session control, data retrieval, form checking, and so on).