CodeLobster IDE

Free cross-platform PHP IDE (HTML, PHP, CSS, JavaScript, Python code editor) with support Drupal, Joomla, Twig, JQuery, BackboneJS, LaravelJS, Node.js, CodeIgniter, CakePHP, Laravel, Magento, MeteorJS, Phalcon, Symfony, VueJS, WordPress, Yii
It is currently Thu Mar 28, 2024 8:25 pm

All times are UTC




Post new topic Reply to topic  [ 15 posts ] 
Author Message
 Post subject: Difference between html and php
PostPosted: Sat Apr 12, 2014 9:15 am 
Offline

Joined: Thu Mar 20, 2014 10:02 am
Posts: 25
Location: Delhi
What is deference between html and php ?


Top
 Profile  
 
 Post subject: Re: Difference between html and php
PostPosted: Sun Apr 27, 2014 3:09 pm 
Offline

Joined: Sun Apr 20, 2014 12:46 pm
Posts: 51
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.

_________________
Php is the solution. Image


Top
 Profile  
 
 Post subject: Re: Difference between html and php
PostPosted: Thu May 08, 2014 6:08 am 
Offline

Joined: Tue May 06, 2014 6:18 am
Posts: 10
Html used for statics website and php used for Dynamic Website .


Top
 Profile  
 
 Post subject: Re: Difference between html and php
PostPosted: Mon Dec 15, 2014 11:04 am 
Offline

Joined: Mon Dec 15, 2014 10:30 am
Posts: 1
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.


Top
 Profile  
 
 Post subject: Re: Difference between html and php
PostPosted: Thu Jan 08, 2015 7:38 pm 
Offline

Joined: Thu Jan 08, 2015 7:31 pm
Posts: 1
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.


Top
 Profile  
 
 Post subject: Re: Difference between html and php
PostPosted: Wed Mar 11, 2015 10:03 am 
Offline

Joined: Thu Mar 05, 2015 9:09 am
Posts: 7
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.


Top
 Profile  
 
 Post subject: Re: Difference between html and php
PostPosted: Mon Jun 01, 2015 1:01 pm 
Offline

Joined: Wed May 20, 2015 12:59 pm
Posts: 5
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


Top
 Profile  
 
 Post subject: Re: Difference between html and php
PostPosted: Wed Aug 05, 2015 3:37 pm 
Offline

Joined: Wed Aug 05, 2015 3:03 pm
Posts: 8
Html is a browser based language which browser understands while php is a server side scripting language.


Top
 Profile  
 
 Post subject: Re: Difference between html and php
PostPosted: Fri Jan 15, 2016 10:21 am 
Offline

Joined: Fri Dec 18, 2015 8:20 am
Posts: 11
Location: The Netherlands
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.


Top
 Profile  
 
 Post subject: Re: Difference between html and php
PostPosted: Thu Apr 14, 2016 3:29 am 
Offline

Joined: Tue Apr 12, 2016 9:02 am
Posts: 2
Kinda late....but really : Html is a browser based language which browser understands while php is a server side scripting language.


Top
 Profile  
 
 Post subject: Re: Difference between html and php
PostPosted: Fri Apr 22, 2016 6:49 am 
Offline

Joined: Mon Nov 16, 2015 8:59 am
Posts: 1
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.


Top
 Profile  
 
 Post subject: Re: Difference between html and php
PostPosted: Fri Jun 03, 2016 9:24 am 
Offline

Joined: Fri Jun 03, 2016 9:19 am
Posts: 2
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.


Last edited by micky36 on Wed Apr 17, 2019 11:33 am, edited 2 times in total.

Top
 Profile  
 
 Post subject: Re: Difference between html and php
PostPosted: Mon Apr 03, 2017 7:10 am 
Offline

Joined: Wed Mar 29, 2017 8:13 am
Posts: 3
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.


Top
 Profile  
 
 Post subject: Re: Difference between html and php
PostPosted: Fri May 19, 2017 8:55 am 
Offline

Joined: Wed May 17, 2017 4:21 am
Posts: 1
PHP code includes the command structure. PHP commands the server that HTML does not do. PHP also contains HTML code.


Top
 Profile  
 
 Post subject: Re: Difference between html and php
PostPosted: Sat Jul 08, 2017 9:45 pm 
Offline

Joined: Fri Jul 07, 2017 3:39 am
Posts: 8
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.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 15 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 24 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2016 phpBB Group