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
What is the use of Php variables?
Write down the code for saving an uploaded file in PHP.
How do I run php?
Why do we need session?
Do while loops?
What is api example?
Is php case sensitive?
What are the ways to include file in php?
Is php secure?
What is the difference between single quoted string and double quoted string?
Explain how to run the interactive php shell from the command line interface?
How to uploaded files to a table?
How can I make a script that can be bilingual (supports english, german)?
Which function is used in php to search a particular value in an array?
What is the use of explode() function?