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 action hook and filter hook?
How to set a value in session? How to remove data from a session?
Why php is sometimes called as embedded scripting language?
What does php do?
Can you use both this () and super () in a constructor?
Tell us how can we display the output directly to the browser?
Why do we use query?
How to genrate report in wordpress cms
What is explode() in php?
How can we get the error when there is a problem to upload a file?
What is difference between mysql_connect and mysqli_connect?
How to enable error reporting in php?
What is inheritance in php?
What is difference between php and wordpress?
What is a php web application?