What are the advantages of PHP over HTML?
Answer Posted / erickson
PHP is a server side programming language,but HTML is a
client side programming langage,with PHP we can create
dynamic pages,PHP is having higher PORTABILTY than HTML,PHP
is based on the web development platform of
LAMP(LINUX,APACHE,MySql,PHP),it is easily assessible than
HTML,so that PHP is more advantages than HTML.
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
What is the use of die in php?
What are the three classes of errors that can occur in php?
Why php script is not running in browser?
How do you use end in python?
Is array function in php?
What is an example of a variable?
Can you give example for trait in php?
Tell me how to create a text file in php?
Explain Traits in PHP?
What is isset function in php?
Which is correct about mysqli and pdo?
What is the purpose of the '.myi' file extension? What do thes file contain?
What is the use of stripslashes in php?
How is it possible to propagate a session id?
How come the code works, but does not for two-dimensional array of mine?