 
|
|
 |
|  |
|
|
 |
|

01-22-07, 07:37
|
|
BOD Member
|
|
Join Date: Jan 2007
Posts: 32
|
|
Difference between php and html
Does any one know the difference between php and html because I have developed a site in php. Which is more advantageous and superior?
Also, to your notice that i have a vps hosting package
|

01-22-07, 07:44
|
|
BOD Member
|
|
Join Date: Jan 2007
Posts: 24
|
|
PHP is the server side scripting and HTML is the formatted output for the end user. They go hand and hand.
|

01-22-07, 07:46
|
|
BOD Member
|
|
Join Date: Jan 2007
Posts: 37
|
|
PHP is Pre-Hyptertext Processor, meaning that the final output of PHP is HTML. Without HTML you don't see anything on a webpage. PHP just helps you create dynamic HTML pages.
|

01-22-07, 07:57
|
|
BOD Member
|
|
Join Date: Jan 2007
Posts: 66
|
|
generally php ue for developing dynamic or database driven site and html is used in developing static contents....
|

04-14-09, 08:12
|
|
BOD Member
|
|
Join Date: Apr 2009
Posts: 3
|
|
A Layman's Idea of differentiating php from HTML
Not being a technical professional, all what I can say is that any website using php configuration can easily be edited (even by end user) later for making improvements or updating it.
On the other hand,any website using HTML configurations gets its data frozen and it becomes almost impossible to get it edited at the user end. Even the administrator needs to put greater efforts to edit the content.
|

04-14-09, 09:00
|
|
BOD Member
|
|
Join Date: Mar 2009
Posts: 229
|
|
Quote:
Originally Posted by pushpak86
Not being a technical professional, all what I can say is that any website using php configuration can easily be edited (even by end user) later for making improvements or updating it.
On the other hand,any website using HTML configurations gets its data frozen and it becomes almost impossible to get it edited at the user end. Even the administrator needs to put greater efforts to edit the content.
|
 to the forums Pushpak!
I agree with you that PHP is easier to be edited as compared to HTML! Well, as said before, PHP is used to create dynamic HTML pages. The output is HTML only. So, logically, either way if we use HTML directly it should be easier than PHP to work with however, practically, it is not. 
|

04-14-09, 09:05
|
|
BOD Member
|
|
Join Date: Apr 2009
Posts: 3
|
|
User Interaction
Hi Martin
Thanks for your valuable feedback. I am saying the same thing but not exactly. What I wanted to focus on is PHP is more user interactive and thereby facilitates the users to express their views. It facilitates duplex between the administrator and the user. More or less, both of us are saying the same thing.

|

04-15-09, 06:22
|
|
Moderator
|
|
Join Date: Mar 2009
Posts: 363
|
|
Quote:
Originally Posted by pushpak86
Not being a technical professional, all what I can say is that any website using php configuration can easily be edited (even by end user) later for making improvements or updating it.
On the other hand,any website using HTML configurations gets its data frozen and it becomes almost impossible to get it edited at the user end. Even the administrator needs to put greater efforts to edit the content.
|
You have bumped a really old thread. Thanks for the information though
And  to the community.
|

04-20-09, 18:25
|
|
BOD Member
|
|
Join Date: Apr 2009
Posts: 28
|
|
I think as a whole new language will need to come out to simplify the process a bit, so we don't have these type of questions 
|

04-21-09, 03:59
|
|
BOD Member
|
|
Join Date: Apr 2009
Posts: 3
|
|
Contradiction
I am sorry to contradict you but I think the resources we have at the moment are sufficient to highlight the difference.
One just needs to put on his/her thinking cap and turn it around.
|

04-21-09, 11:10
|
 |
Chief Operating Officer
|
|
Join Date: Dec 2006
Posts: 1,055
|
|
Quote:
Originally Posted by pushpak86
I am sorry to contradict you but I think the resources we have at the moment are sufficient to highlight the difference.
One just needs to put on his/her thinking cap and turn it around.
|
True enough!
It's all about your requirements.
Regards,
Shane Phillips
|

05-27-09, 14:53
|
|
BOD Member
|
|
Join Date: May 2009
Posts: 50
|
|
HTML files are just like PHP however, your script can include both HTML and PHP coding. When someone goes to a website that has both PHP and HTML, the PHP is loaded in the background so to speak, so the surfer viewing the page only gets sent the HTML part in the browser.
|

07-07-09, 21:37
|
|
BOD Member
|
|
Join Date: Jul 2009
Posts: 48
|
|
I am new here and very interesting in learning the various web languages, I have understood quite a bit from reading this thread. Thanks to all the persons who explain here.
|

07-08-09, 14:08
|
|
BOD Member
|
|
Join Date: Jan 2009
Posts: 171
|
|
So we have read that HTML is harder than PFP, can anyone touch base on why that is? For me I see PHP and I run away in another direction, HTML I can hack away at longer and understand certain things but for PFP its the opposite for me.
|

07-08-09, 20:38
|
|
BOD Member
|
|
Join Date: Jun 2009
Posts: 58
|
|
This is quite interesting! How many and what programs or languages or techniques do you have to know or be familiar with, to be able to run a really good website that would make it high in the page ranking?
|

07-10-09, 15:07
|
|
BOD Member
|
|
Join Date: Jan 2009
Posts: 169
|
|
Hi there! HTML is a language that consist of tags that describes the public parts of a website, but it cannot work alone in a dynamic site, am I right? PHP is a scripting language that works in a dynamic site, and you are able to create scripts that will address user requests to the MySQL database.
|

07-10-09, 21:23
|
|
BOD Member
|
|
Join Date: May 2009
Posts: 85
|
|
Quote:
Originally Posted by bluetrance05
Hi there! HTML is a language that consist of tags that describes the public parts of a website, but it cannot work alone in a dynamic site, am I right? PHP is a scripting language that works in a dynamic site, and you are able to create scripts that will address user requests to the MySQL database.
|
HTML is what makes up a web page. It is a markup language that browsers use to format text, images, sounds, and what not into the layout you see.
PHP however is a scripting language that is often used in web sites to generate dynamic HTML (changing content) and work with the back-end of websites (session control, data retrieval, form checking, and so on).
__________________
Jeremy J
* Bodhost VPS Linux Account Holder
* Network Information Systems Professional
|

07-14-09, 02:48
|
|
BOD Member
|
|
Join Date: Jun 2009
Posts: 58
|
|
Did I get it right that you need more than one language to create a website? Its a combination of many languages, but HTML and PHP is always there as the basic language?
|

07-18-09, 11:47
|
|
BOD Member
|
|
Join Date: Jul 2009
Posts: 50
|
|
Quote:
Originally Posted by tigress
Did I get it right that you need more than one language to create a website? Its a combination of many languages, but HTML and PHP is always there as the basic language?
|
You can create a website that a user could view with only HTML, but not only with PHP. Basically, the HTML tags describe what the user will see, and all the PHP does is communicate behind the scenes (usually with a database).
|

07-18-09, 11:49
|
|
BOD Member
|
|
Join Date: May 2009
Posts: 85
|
|
Quote:
Originally Posted by Quilceda
You can create a website that a user could view with only HTML, but not only with PHP. Basically, the HTML tags describe what the user will see, and all the PHP does is communicate behind the scenes (usually with a database).
|
Actually, that's not true. You can create a page a user can view in pure PHP. PHP can output all the HTML you want. Yes, they still see only the outputted HTML (no PHP), but you can use PHP to generate, on-the-fly, all the HTML needed.
__________________
Jeremy J
* Bodhost VPS Linux Account Holder
* Network Information Systems Professional
|
 |
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -6. The time now is 14:41.
Powered by vBulletin® Version 3.6.4 Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0

Copyright © 1999-2008, BODHost.com. All rights reserved.
|