Welcome Guest ( Log In | Register)



3 Pages V   1 2 3 >  
Reply to this topicStart new topic
> Php Vs Html
franklinweb
post Nov 20 2005, 05:15 PM
Post #1


Newbie [Level 1]
*

Group: Members
Posts: 24
Joined: 20-November 05
Member No.: 14,605



This topic is about what kind of interpages are better and why it's better. This contest is PHP vs HTML.

PHP is quick and have enough options to make a nice site but its difficult to learn

HTML is easy with an encoder but html is slow and you have to update it time after time.

Notice from cmatcmextra:
Moving from General Talk


This post has been edited by cmatcmextra: Nov 21 2005, 07:58 AM
Go to the top of the page
 
+Quote Post
ankushbhargava
post Nov 20 2005, 06:48 PM
Post #2


Newbie [Level 2]
**

Group: Members
Posts: 38
Joined: 20-November 05
From: In the Matrix
Member No.: 14,592
myCENT:95.79



I'm not much of a php fan. I've been using html and JSPs for all my work.

But i think php is a much more stronger language than html. even though it is cryptic it is faster, dynamic and with many more features. example: accessing databases is possible in php. but i don't think it's possible in simple html.
Go to the top of the page
 
+Quote Post
wild20
post Nov 20 2005, 07:41 PM
Post #3


Never alone with Christ
*********

Group: Members
Posts: 646
Joined: 22-July 05
Member No.: 9,713



Html. I don't like PHP right now because I have only tried very few things and I can't find a tutorial I can understand. If anyone knows PHP, then more power to you,but I honestly can't say I like PHP. On Html, you can edit without hardly any errors and interference. You constantly run into errors and problems with PHP. Just this morning there was a problem. Nothing wrong with it, just that I don't have the time to deal with all that.
Go to the top of the page
 
+Quote Post
snlildude87
post Nov 20 2005, 08:32 PM
Post #4


Moderator
***************

Group: Members
Posts: 2,325
Joined: 8-March 05
From: Mawson, Antarctica
Member No.: 4,254



You can really compare the two because they fall into two different categories. PHP is a scripting language while HTML is a mark-up language. PHP is executed server-side while HTML is rendered client-side. PHP needs to be installed on a server while HTML does not.

Now, PHP and ASP can be compared because the two are scripting languages.
Go to the top of the page
 
+Quote Post
round
post Nov 20 2005, 08:34 PM
Post #5


Super Member
*********

Group: Members
Posts: 463
Joined: 8-November 04
Member No.: 2,186



i don't think you can compare php with html. A better comparison would be php and java. Both are really languages, php is much easier to learn than java and doesn't need to be compiled. Plus php workes on all browsers. Learning php is relatively easy if you start off really slow. You can download script from hotscripts.com and adding it to a page is about as compilicated as adding a javascript.round
Go to the top of the page
 
+Quote Post
Plenoptic
post Nov 20 2005, 08:53 PM
Post #6


Trap Double Mocha Member
***************

Group: [HOSTED]
Posts: 2,258
Joined: 5-November 05
From: That one place over there...
Member No.: 13,830
myCENT:26.44



Ya like snildude and round said you can't really compare the two. They are for two different things. Html is for the layout and design of the site and php is for little programs that keeps your site organized, like navigatoin, content management systems, and membership systems. Some people just don't like php because it is a little more difficult to learn because it is more advanced.
Go to the top of the page
 
+Quote Post
heavensounds
post Nov 20 2005, 09:03 PM
Post #7


Super Member
*********

Group: [HOSTED]
Posts: 492
Joined: 15-March 05
Member No.: 4,538



Yeah i also think that these two are hard to compare, since they are mostly used for different purposes! HTML is something that everyone should know if he is making webpages - it is like a bible! I don't know much PHP, only as much as i need to know to sucesfully set up and run my forum....and forums are one thing for which php is great!

We should put JAVAtm also in this comparison i think..

greetz
Go to the top of the page
 
+Quote Post
sonorama
post Nov 20 2005, 09:15 PM
Post #8


Premium Member
********

Group: Members
Posts: 197
Joined: 3-April 05
From: Cuernavaca, Mexico
Member No.: 5,226



THey are definitely two different things, and it certainly depends on what your purpourses are when making a website. For example, if you have a magazine or a blog and you really need to keep up to date the whole site, then PHP is the answer. Otherwise, if your site is about your own design company, perhaps your best choice must be HTML.

I do not like Java that much and haven't ever worked with JSP nor ASP.

Cheers!!! rolleyes.gif
Go to the top of the page
 
+Quote Post
XRated
post Nov 20 2005, 10:26 PM
Post #9


Member [Level 1]
****

Group: Members
Posts: 73
Joined: 10-November 05
Member No.: 14,067



Just like it has been mentioned that you cannot compare them as there are two totally different languages , in my opinion php is more like the C/C++ language . PHP is a server side programming language meant for almost anything you can do remotely, it's a very well developed language and very fun to learn , yes it can be hard but once you start you won't stop smile.gif