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
Explain the difference b/w static and dynamic websites?
Which is best framework for php?
Tell me how to find the length of a string?
How to split a string into array using php?
Tell me how is it possible to parse a configuration file?
Where session is stored?
Which have the fastest execution between mysql_fetch_array() and mysql_fetch_assoc()
How many data types are there in php?
How to move uploaded files to permanent directory?
What is data type in php?
What is the best way to test the strpos() return value in php?
Tell me what does pear stands for?
Do you have to initialize variables in php?
Is it possible multiple inheritance in php?
What are sql injections, how do you prevent them and what are the best practices?