Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 Abbreviavion of PHP?

6 Answers  


Tell me how would you declare a function that receives one parameter name hello?

0 Answers  


Which methods should be used for sending an email using the variables $to, $subject, and $body?

0 Answers  


What is var_dump?

0 Answers  


Use of Session

6 Answers  


What are the encryption functions available in PHP?

0 Answers  


How error handling is being handled by php?

0 Answers  


How to generate pdf file in php?

1 Answers  


What is the difference between the functions strstr() and stristr()?

0 Answers  


How many open modes available when a file open in PHP?

0 Answers  


What are php functions?

0 Answers  


How to stop the execution of php script?

0 Answers  


Categories