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
Who is the father of php?
Are sessions stateless?
What is the empty function?
Explain what is smarty?
Php says that an array is an ordered map. But how the values are ordered in an array?
How to register a variable in PHP session?
What is difference between isset and empty in php?
Tell me what is the use of mysql_real_escape_string() function?
What is the static variable in function useful for?
What is meant by session in php?
What is the difference between explode() and split() functions?
What is Mcrypt used for?
How many columns can be added in a table in mysql?
What are psrs?
Explain the differences between get and post methods?