CodeLobster IDE
http://codelobster.com/forum/

Difference between html and php
http://codelobster.com/forum/viewtopic.php?f=2&t=4996
Page 1 of 1

Author:  rajusrivasvt [ Sat Apr 12, 2014 9:15 am ]
Post subject:  Difference between html and php

What is deference between html and php ?

Author:  joelmch [ Sun Apr 27, 2014 3:09 pm ]
Post subject:  Re: Difference between html and php

Html is more like a basic language for basic sites but Php is more equipped with functionality. Usually, they both are used for a single site.

Author:  monikasingh [ Thu May 08, 2014 6:08 am ]
Post subject:  Re: Difference between html and php

Html used for statics website and php used for Dynamic Website .

Author:  angelawinstead [ Mon Dec 15, 2014 11:04 am ]
Post subject:  Re: Difference between html and php

HTML is a language used to describe to a browser how to display text and other objects in a browser window. It is not a programming language. HTML works on a client computer (the system on which the page is being viewed).

PHP is a scripting language, and can be used to create web pages written in HTML. PHP runs on the server (the system from which the page comes), and is a full-fledged programming language.

Author:  Whiterose1 [ Thu Jan 08, 2015 7:38 pm ]
Post subject:  Re: Difference between html and php

Hi, repxl.

Could You, please, clarify the problem.
When You start debug your .php file, dafault browser of your system open it.

Regards,
Codelobster Team.

Author:  arunasuryan [ Wed Mar 11, 2015 10:03 am ]
Post subject:  Re: Difference between html and php

PHP (PHP: Hypertext Preprocessor) is a computer scripting language, originally designed for producing dynamic web pages.
HTML, an initialism of HyperText Markup Language, is the predominant markup language for web pages. It provides a means to describe the structure of text-based information in a document.

Author:  sonusaini [ Mon Jun 01, 2015 1:01 pm ]
Post subject:  Re: Difference between html and php

Hello friends.....The difference is -1. HTML is a markup language while PHP is a scripting language
2. The output of PHP is usually in HTML code which the browser can then interpret
3. HTML codes are static and they are always the same every time they are opened while PHP files are dynamic and the output might not always be the same
4. HTML is very easy and forgiving of mistakes while PHP isn’t

Author:  aloksharma [ Wed Aug 05, 2015 3:37 pm ]
Post subject:  Re: Difference between html and php

Html is a browser based language which browser understands while php is a server side scripting language.

Author:  jessey10237 [ Fri Jan 15, 2016 10:21 am ]
Post subject:  Re: Difference between html and php

HTML stands for Hyper text markup language, which kinda says what it is, you can markup your page. HTML + css decide what the website looks like. PHP is a programming (scripting) language. PHP is the mind of the website.

Author:  Danansmith [ Thu Apr 14, 2016 3:29 am ]
Post subject:  Re: Difference between html and php

Kinda late....but really : Html is a browser based language which browser understands while php is a server side scripting language.

Author:  annalake123 [ Fri Apr 22, 2016 6:49 am ]
Post subject:  Re: Difference between html and php

HTML is a language used to describe to a browser how to display text and other objects in a browser window. It is not a programming language. HTML works on a client computer (the system on which the page is being viewed).

PHP is a scripting language, and can be used to create web pages written in HTML. PHP runs on the server (the system from which the page comes), and is a full-fledged programming language.

Does php needs something to be protected?
That question doesn't exactly make sense. Langauges do not need 'protection.' The manner in which they are used can sometimes cause problems for the system on which they run, but that will in no way hurt the language itself.

The HTML of any web page can be viewed by right-clicking in a web page; the HTML created by PHP can be viewed by right clicking in a web page. PHP does nothing to prevent your HTML from being viewed. Once the HTML is on my computer, there is nothing that you can do to protect it from being viewed by someone that wants to see it.

Author:  micky36 [ Fri Jun 03, 2016 9:24 am ]
Post subject:  Re: Difference between html and php

PHP files are just like HTML files, but they can include both HTML and PHP code. The PHP code is parsed (or executed) by the Web server when the page is accessed and the resulting output is written as HTML within the Web page. When a user accesses a PHP page, his Web browser only gets sent the HTML code, since the Web server has processed the PHP code in the background. Most PHP pages are processed so quickly that it does not noticeably slow down the loading of the Web page.

Author:  tomcruzz [ Mon Apr 03, 2017 7:10 am ]
Post subject:  Re: Difference between html and php

PHP is a scripting language, and can be used to create web pages written in HTML. PHP runs on the server (the system from which the page comes), and is a full-fledged programming language.

Author:  SimonMayers [ Fri May 19, 2017 8:55 am ]
Post subject:  Re: Difference between html and php

PHP code includes the command structure. PHP commands the server that HTML does not do. PHP also contains HTML code.

Author:  dud19 [ Sat Jul 08, 2017 9:45 pm ]
Post subject:  Re: Difference between html and php

Html is the main structure of any website and php make this structure dynamic. For example A home you can imagine like html and a moving chair as the php that we are talking about.

Page 1 of 1 All times are UTC
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/