PDA

View Full Version : HTML or PHP



pestindia86
12-03-2011, 09:56 AM
Hi,
Which one is best PHP or HTML ?

n.nobel3
12-03-2011, 09:08 PM
you should have a basic understanding of HTMl before you learn PHP.
PHP is a powerful tool for making dynamic and interactive Web pages.

Mclaurin Rachel
12-05-2011, 03:00 AM
HTML is web language utilized to design a site and PHP is web language utilized if you desire your site to look more dynamic alike to online application form. PHP is hard for SEO as it need the scripts.

joyanu
12-05-2011, 03:06 AM
html is grate use the my job

webdesignfl
12-05-2011, 03:28 AM
It’s totally depend on the requirements of your project, if you want to create a simple service based static website design then use only HTML is enough but if you wants to create dynamic website with user’s integration at that time you must use PHP

vincentroberts
12-05-2011, 05:04 AM
Both the scripting languages are different as they have been developed to fulfill different requirement. HTML is client side scripting language, web browsers read HTML tags and represent them into visible web pages while PHP is server side scripting language.

shubhrajoshi
12-05-2011, 06:05 AM
I think PHP is completely different from HTML. Of course, it is correct. PHP is executed in the server while HTML on the client browser.