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
Why ide is recommended for use while programming with php?
How the result set of mysql be handled in php?
Explain the difference between unlink() and unset()?
What is the difference between myisam and innodb?
What is the use of htmlentities in php?
What is magic function in php?
How can I make a script that can be bilingual (supports english, german)?
How the web server interprets php and interacts with the client?
Which is used to maintain the value of a variable over different pages?
What is mysqli_real_escape_string?
What is in a cookie?
Can you give example for trait in php?
What is __ invoke in php?
What is framework in php?
How to track no of user logged in?