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 meant by ‘passing the variable by value and reference' in php?
How many different types of messages available in php?
Difference between $message vs. $$Message in php.
How do I start a php session?
Explain briefly about a search-friendly site looks like?
What is overloading and overriding in oop?
Write a program to show the joining of two strings in php?
Which function gives us the number of affected entries by a query?
Tell me how comparison of objects is done in php5?
What is putenv?
What is $_ get in php?
How to get useful error messages in php?
How can we know the total number of elements of Array?
How to call a php function from html button?
How long is session timeout?