How can you compare php and html??? Html is static, while php is dynamic and you can use html in php files.
PHP files are just like HTML files, but they can include both HTML and PHP code. The PHP code is parsed (or executed) by the Web server when the page is accessed and the resulting output is written as HTML within the Web page. When a user accesses a PHP page, his Web browser only gets sent the HTML code, since the Web server has processed the PHP code in the background.
Html and PHP have no comparison with each other. How could you say this? You have posted this thread to improve your post. I think you do not know anything about these both language.
I just read that both languages are deffirent stuffs so the question won't able to do. Html is tag language & PHP is scripting language .
you can't compare php and html. they are soo different from each other.maybe you can compare PHP VS Phyton or PHP Vs ASP
You mean that they both are same. They are still comparable there are many point of comparision dear.
I think these two can't be compared togetter . html is needed any as it's the language for showing forms and lines and tables but the php is a language for server's use ( I know that you can use for printing too but it's not made for that ) . these two complete each other
PHP and HTML are completely differant languages. PHP means Hypertext Preprocessor and HTML means Hypertext Markup Language. PHP is an HTML-embedded scripting language. PHP is a open source language.
PHP and HTML are two different languages. PHP is server side language While HTML is client side language. The result of PHP is Html. We can use html inside the php.
We don't compare the HTML and PHP because its worse that we are comparing those things which are away from themselves. It is true that HTML is markup language and PHP is scripting language. Some time both work together but this is optionally
Yeah, There are a lot of difference between Php and HTML. The core difference between these two languages is that: php is a scripting language which is used for dynamic website while html is a static language.