What are the advantages of PHP over HTML?
Answer Posted / sachin
PHP is a scripting language that provides database
connectivity methods, data processing and logic encoding.
HTML is NOT a scripting language and is a markup language
used for browser interpretation.
The PHP after executing on the server throws out HTML that
is sent to the user's browser.
One can make static web pages using HTML ; PHP is meant to
make data driven intelligent applications and uses HTML to
show the result of processing to the user.
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
What is meant by MIME?
How to add 301 redirects in PHP?
What do you mean range() in php?
What are php filters?
Explain about PHP cookies?
why did u want to leave your past organisation?
Tell us how can we display the output directly to the browser?
what is benefit of magento?
How do you check is php not empty?
Where is session value stored?
Do you know how to enable error reporting in php?
Explain preg_Match and preg_replace?
What are some new features introduced in php7?
How to replace a substring in a given string?
How do you end a function in python?