Depends on what I want to build. If I want to build a simple website, HTML is the way to go. On the other hand, if I need a mid-high complex site, can't go without PHP.
__________________ STATUS: On vacation until October
HTML is to display data to the page - php is to create that data (very simple overview). always use html/xhtml, but only use php when i need to change data on pages depending on the page load (ie database's driven sites like blogs etc)
PHP and HTML are VERY different. HTML is static is does not change it is just display options. PHP is dynamic is interacts with a database which means the actual code does not change but the display does. Since both are free and easy to learn I am sure most people here feel well about using both.
Well, I use both... I feel exactly the same comfort with both... Granted that HTML is a beginning language henceforth is easier to code with, PHP is amazing for creating CMS' and much much more, and as people have said before HTML is a Markup Language (Hypertext Markup Language to be exact ) and PHP is as squid said backend. Both have very versatile functions, and can be used to make amazing web pages, but when used together with JS and CSS they are amazing...
-Coolprogram
__________________
Your Link Here 10np$ a month Please PM me if you want theses spaces
' '
' ' ProTechGFX.com
html isn't depreciated - otherwise they wouldn't be creating html 5.0 currently, xhtml and html are made to do the same thing in different ways, and also are cross compatible.
Deprecated. Depreciation is a loss of an asset's value over time.
I generally use PHP for small sites that don't have to do much. If it has to process/store a lot of data or be at all reliable, I use Java running on Resin or Tomcat.
Hey, to some people, HTML is an asset. However, one would consider it "deprecated" since XHTML allows for things that most modern websites should be using that HTML doesn't let you do in compliance with standards.
I half-agree with you there...HTML is being used less and less, but since the w3c still considers HTML a standard (and hence has not officially deprecated it) it's still valid for use. So it's being socially deprecated, but since it's officially "in-use", browsers will still need to support it.
My personal opinion, I wish they'd get rid of it. Browsers would be a lot easier to write and maintain with fewer standards anyway.
im a html sort of guy, mostly because i understand it. and its very forgiving if you stuff up the code a bit,.
BUT, i know PHP has a massive amount of power and time saving in the long run, so php is really worth learning. I did get a few php books this week actually, that will take me O' about 5 years to learn. But hey, its worth it.
If you want a site that does nothing, use HTML (and there's nothing wrong with a site that doesn't do much).
If you want a site that is highly interactive with your visitors then use PHP.
It totally depends on your goals for the website.
Not true at all; you can write applications in php using the php cli to run them without ever touching html.
I wouldn't say that...browsers are completely unforgiving if you mess up, creating problems ranging from a completely hosed layout, to a layout that only hoses on a browser you never tested it with.
well if you are just wanting to make a simple website with text the html and css is what you need but if you want your website to have fuctions to it like let members join or post stuff them selfs then you will need php to do this and maybe mySQL
both do different things but can be used to gether