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
How can you make a connection with mysql server using php?
Which framework is best for php development?
How to declare an array in php?
Can you explain, when to use if-else if-else over switch statements?
Tell me what should we do to be able to export data into an excel file?
Is array empty php?
What is the current stable version of php? What advance thing in php7?
Where is session value stored php?
Is php faster than javascript?
Can a trait extend a class php?
what is session_set_save_handler in PHP?
What is html used for?
How come the code works, but doesn’t for two-dimensional array of mine?
What is string function sql?
What is echo and print in php?