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
"mysql_fetch_row — Get a result row as an enumerated array",this sentence comes from the PHP offical manual.However ,i can not understand the words "enumerated array".I need some help.Thanks a lot to everyone that reply.
How long does a session last in php?
How do I sort numbers in php?
Explain what is the main difference between require() and require_once()?
Are php sessions cookies?
What are global variables in php?
What are the advantages of triggers?
What is filter_var?
How do you pass a variable by value?
How is php different from other languages?
What is the most common http method?
How would you open a directory for reading in php?
How to count a number of words in a string in php?
How to define a user function?
Differentiate echo vs. Print statement.