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 csrf token and how will you add csrf token in ajax?
Explain the difference between mysql_connect and mysql_pconnect?
What is the difference between runtime exception and compile time exception?
Can you convert php to html?
Is uploaded file php?
What is json php?
What is namespaces in PHP?
What is php mainly used for?
How to delete a file from the system?
What does php exit do?
Php error constants and their descriptions
What is parent __construct ();?
How is it possible to cast types in php?
Which is faster for or foreach php?
How can MYSQL functions be available with PHP?