What are the advantages of PHP over HTML?
Answer Posted / neehal
HTML is a client-side programming language, PHP is
server-side and will get executed when called by the user.
whereas HTML all alone may or may not get executed when
loaded into the browser. PHP adds up to dynamicity of HTML a
long way. Helps in sharing files, etc. between webpages,
accessing databases. But still PHP requires to use HTML.
| Is This Answer Correct ? | 46 Yes | 4 No |
Post New Answer View All Answers
Tell me what is the actually used php version?
What are the four scalar types of php?
How to check a key exist in an array?
What is the use of "ksort" in php?
How is traits used in php?
Which php framework is best?
Tell me what is the use of mysql_real_escape_string() function?
What is the functionality of the functions strstr() and stristr()?
How to open standard output as a file handle?
Tell me what are the __construct() and __destruct() methods in a php class?
Why do we use cookie?
What are the correct and the most two common way to start and finish a PHP block of code?
What is the advantage of runtime polymorphism?
List some array functions in php?
Do you know how to enable error reporting in php?