What are the advantages of PHP over HTML?
Answer Posted / sudheer
Php is Scripting language but
Html is markup language
means in Html we can develop only Static webpages but
in php we can create Dynamic pages.
In Html any mistakes there in report on errors but in Php
its report errrors.If u want run html we require only
Browser.But Php Browser as well as Server(Apache).
| Is This Answer Correct ? | 13 Yes | 3 No |
Post New Answer View All Answers
What is default session time and path in PHP. How to change it?
What is session_start () in php?
What is difference between mysqli and mysql?
What is use of isset function in php?
Whether it is possible to share a single instance of a memcache between multiple php projects?
What are the different data types in javascript?
Do I need to install php after xampp?
What is the use of stripslashes in php?
How to delete an element from an array?
Tell me how can I display text with a php script?
What is sorting php?
Does php support overloading?
What is the difference between apache vs niginx?
How to read a file in binary mode?
How do we get the current session id?