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


Please Help Members By Posting Answers For Below Questions

What are the method available in form submitting?

532


If we login more than one browser windows at the same time with same user and after that we close one window, then is the session is exist to other windows or not? And if yes then why? If no then why?

490


What is the difference between $argv and $argc? Give example?

512


Do while loops?

528


How to find the index of an element in an array php?

527






Tell me how is it possible to know the number of rows returned in result set?

548


Explain how to submit form without a submit button.

545


Why do you need to filter out empty files?

536


What the limitation of header() function in php?

511


What is csrf token and why it is required?

541


What is is_null() in php?

589


What language is similar to php?

561


What are form input html tags?

563


How can we check the value of a given variable is alphanumeric?

543


How to call javascript function in php on button click?

514