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 use of in_array() function in php?

0 Answers  


Explain different types of errors in PHP (i.e. arguments in errorreporting function)?

8 Answers   Base2 Infotech, DCI, Microsoft, Tata Elxsi,


How does header() work . What do they tell the server same question for SESSIONS

2 Answers   Yahoo,


What is php variable?

0 Answers  


Tell me what does the php error 'parse error in php - unexpected t_variable at line x' means?

0 Answers  






Tell me what's the difference between include and require?

0 Answers  


How check field is empty or not in php?

0 Answers  


How to create a mysql connection?

0 Answers  


Is numeric in php?

0 Answers  


What are the different ways to login to a remote server? Explain the me, advantages and disadvantages?

0 Answers  


Is wordpress a php framework?

0 Answers  


What are PHP Magic Methods/Functions. List them.

0 Answers  


Categories