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
How to turn on the session support?
What the limitation of header() function in php?
How send email in php?
What is cookie?
Is php fully object oriented?
Explain mail function in PHP with syntax?
What percentage of websites use php?
How does csrf attack work?
What is framework? How it works? What is advantage?
What are the different types of php variables?
What is abstract class php?
How to create a text file in PHP?
What is the content of /etc directory?
What is echo in html?
How can you declare the array in php?