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 type of headers that PHP supports?
List some features of php that are deprecated in php
Tell us how to create an array of a group of items inside an html form?
What are the features of php?
What is the empty function?
Can you pass an array into a function?
Explain what are some new features introduced in php7?
What is default session time and path in php?
Explain me is multiple inheritance supported in php?
What is local variable in php?
Explain me differences between get and post methods?
What is the use of is_array() and in_array()?
What are php parameters?
Explain Type juggling?
What is a PHP Filter?