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 would we use === instead of ==?
What is pdo in php why use?
What is form validation in php?
What is the purpose of the '.frm' file extension? What do thes file contain?
What is the use of php and mysql?
How is a session id generated?
Which php framework is best for beginners?
What is the tags in PHP is not a valid way to begin and end a PHP code block?
What is strstr php?
How variables are passed through arguments?
What is self in php?
What does $globals mean?
What is the function in PHP do not return a timestamp?
What is isset in php?
Tell me how to set a page as a home page in a php based site?