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 are the advantages of indexes in php?
What is the use of extract function in php?
Explain how you can update memcached when you make changes to php?
Is age an interval or ratio?
Tell me what is the difference between ereg_replace() and eregi_replace()?
What is the best php version for wordpress?
What are the different loops in php?
Write a program using while loop?
Where is session value stored?
How to set session.gc_divisor properly?
How variables are passed through arguments?
Which is best framework for php?
Is session a cookie?
Explain the three different kinds of Arrays?
What is the super method?