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
Do you know how to enable error reporting in php?
Which will check if a function exists?
What is php mainly used for?
Does php need a closing tag?
How can you submit a form without a submit button?
What is session and Cokkies . How it works . tell some thing about Session_id()
Why do we use javascript in php?
Is php a float?
Can I run php without xampp?
Are php sessions cookies?
Which programming language does php resemble?
what is session_set_save_handler in PHP?
Can I write php code in html file?
What is the use of explode() function?
How to copy a file?