What are the advantages of PHP over HTML?
Answer Posted / vivek srivastava
PHP is a well known server side scripting language which we
can embed with HTML, a client side programming language. It
provides dynamicity to our website. Through PHP we can
retrieve information, save information, update information
in database directly. We can also enhance the performance of
our website by using PHP's powerful functions.
Its most powerful feature is include function, through which
we can create a PHP file and include it in different files.
And instead of that there are so many functions reside in
PHP that makes the language powerful and user friendly.
| Is This Answer Correct ? | 18 Yes | 1 No |
Post New Answer View All Answers
What is difference between static and constant?
How to terminate the execution of a script in PHP?
What is the use of ajax in php?
How to call php function in jquery?
What is difference between echo and print_r in php?
What is session in PHP. How to remove data from a session?
What is the difference between Session and Cookie?
Explain setcookie() function in php?
What is array function in javascript?
Explain the advantages of using PHP?
/temp is a type of filesystem directory. State Whether True or False?
What is a model in php?
What is a php session?
Explain the importance of the function htmlentities.
what is the use of include_once in php?