What are the advantages of PHP over HTML?

Answers were Sorted based on User's Feedback



What are the advantages of PHP over HTML?..

Answer / 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

What are the advantages of PHP over HTML?..

Answer / 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

What are the advantages of PHP over HTML?..

Answer / vivek srivastava

PHP is a well known server side scripting language which we
can embed with HTML, a client side programming language. It
provides dynamicity to our website. Through PHP we can
retrieve information, save information, update information
in database directly. We can also enhance the performance of
our website by using PHP's powerful functions.

Its most powerful feature is include function, through which
we can create a PHP file and include it in different files.

And instead of that there are so many functions reside in
PHP that makes the language powerful and user friendly.

Is This Answer Correct ?    18 Yes 1 No

What are the advantages of PHP over HTML?..

Answer / sudheer

Php is Scripting language but
Html is markup language
means in Html we can develop only Static webpages but
in php we can create Dynamic pages.
In Html any mistakes there in report on errors but in Php
its report errrors.If u want run html we require only
Browser.But Php Browser as well as Server(Apache).

Is This Answer Correct ?    13 Yes 3 No

What are the advantages of PHP over HTML?..

Answer / deepinder

I think we can't compare these two for their advantages as
both are used together for web development. Another simple
reason for this answer is that we embed php script tags
i.e. <? and ?> within an html file. So, they both have
their own features.

Is This Answer Correct ?    13 Yes 6 No

What are the advantages of PHP over HTML?..

Answer / sachin

PHP is a scripting language that provides database
connectivity methods, data processing and logic encoding.
HTML is NOT a scripting language and is a markup language
used for browser interpretation.

The PHP after executing on the server throws out HTML that
is sent to the user's browser.

One can make static web pages using HTML ; PHP is meant to
make data driven intelligent applications and uses HTML to
show the result of processing to the user.

Is This Answer Correct ?    9 Yes 2 No

What are the advantages of PHP over HTML?..

Answer / mayur agrawal

PHP is helpful in the security of our web.this is the very
important advantage of PHP

Is This Answer Correct ?    10 Yes 3 No

What are the advantages of PHP over HTML?..

Answer / muzahid

PHP helps us to develop webpage dynamically.HTML is statical
language that helps PHP.Here word "Dynamic" is used for PHP
because PHP can handle data and use DATABASE such as MYSQL.

Is This Answer Correct ?    7 Yes 1 No

What are the advantages of PHP over HTML?..

Answer / charankumar

Many Social Networking sites make use of PHP. HTML cannot
meet this requirement to a large extent.

Is This Answer Correct ?    7 Yes 4 No

What are the advantages of PHP over HTML?..

Answer / 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

More PHP Interview Questions

What is isset in php form?

0 Answers  


How to avoid the undefined index error?

0 Answers  


What are the differences between include() and include_once () functions?

12 Answers  


What is use of mysqli_query in php?

0 Answers  


How do I stop a php script?

0 Answers  






Why is node js better than php?

0 Answers  


what is difference between PHP4 , PHP5

0 Answers   Net Solution,


What is T_PAAMAYIM_NEKUDOTAYIM?

0 Answers  


Difference between array_combine and array_merge?

0 Answers  


what is the default session expire time in php? what is default file attachment size in mail in php?

3 Answers  


How values in arrays are indexed?

0 Answers  


Why json is used in php?

0 Answers  


Categories