What are the advantages of PHP over HTML?
Answer Posted / nagarjuna
HTML is simple coding.the main differnece beween php and
html is that html is static and php is dynamic. php is
server scripting language where we can retreive values and
we can use in the front end. but php cant be useful without
html
| Is This Answer Correct ? | 49 Yes | 5 No |
Post New Answer View All Answers
Does php need to be installed?
What is substr in php?
How to get length of an array in PHP?
How can php and javascript interact?
How can we check the value of a given variable is a number?
What is the difference between htmlentities and htmlspecialchars in php?
Why namespace is used in php?
How do I use isdigit function?
What is php mean?
List some of the features of php7.
Explain the difference between static and dynamic websites?
What is polymorphism in oop php?
How can you send http header to the client in php?
How we can retrieve the data in the result set of mysql using php?
When do you use define() and when do you use const. What are the main differences between those two?