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
Explain the importance of the function htmlentities.
Do you know what is php?
How long will it take to learn php?
How can I load data from a text file into a table?
Is jquery better than javascript?
Do you know what is the use of the function 'imagetypes()'?
Write a query to find the 2nd highest salary of an employee from the employee table?
Tell me what is the difference between characters 34 and x34?
What are computer variables?
What is a composer?
Why php is used with mysql?
What is form validation in php?
Explain scalar type declarations in php7?
Explain about looping in PHP?
What does $_server mean?