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
What are PHP Magic Methods/Functions. List them.
Write a program in php to check whether a number is prime or not?
What is a php form?
Why php is better?
How can I prevent sql-injection in php?
What is the difference between file_get_contents() and file_put_contents() in php?
How can we display information of a variable and readable by a human with php?
Name some of the constants in php and their purpose.
What does the function get_magic_quotes_gpc() means?
What is an anti csrf token?
So if md5() generates the most secure hash, why would you ever use the less secure crc32() and sha1()?
How can you associate a variable with a session?
How to join multiple strings into a single string?
Is php outdated 2019?
What is api example?