What are the advantages of PHP over HTML?

Answer Posted / neehal

HTML is a client-side programming language, PHP is
server-side and will get executed when called by the user.
whereas HTML all alone may or may not get executed when
loaded into the browser. PHP adds up to dynamicity of HTML a
long way. Helps in sharing files, etc. between webpages,
accessing databases. But still PHP requires to use HTML.

Is This Answer Correct ?    46 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is php secure?

535


How to declare an array in php?

545


How many types of php are there?

528


What is the use of array_search() in php?

536


Is php a framework?

525






How check variable is set or not in php?

461


Explain me is multiple inheritance supported in php?

535


How to support multiple-page forms?

567


What is the use of final class in php?

512


How variables are passed through arguments?

558


What is a lambda function in php?

608


Explain what is the function file_get_contents() usefull for?

513


Can we use include ("xyz.php") two times in a php page "index.php"?

580


Does https prevent csrf?

520


How do I end a php session?

509