Hi
Which one do you feel comfortable in using, PHP or Html?
Thanks
_________________
weight loss epilasyon
Which one - PHP or Html?
Started by Kolyn_Kryw, Jun 05 2008 02:09 AM
18 replies to this topic
#1
Posted 05 June 2008 - 02:09 AM
|
|
|
#2
Posted 05 June 2008 - 02:18 AM
You can't really compare them. HTML is a mark-up language, while PHP is a scripting language, which actually generates HTML.
#3
Posted 05 June 2008 - 02:38 AM
You can't compare them:
PHP is a server side programming language that outputs HTML.
HTML is a markup language used to format text for display.
So I'm more comfortable with both of them. You have to be comfortable with HTML to understand what PHP is doing and knowing HTML will help you with your PHP programming.
PHP is a server side programming language that outputs HTML.
HTML is a markup language used to format text for display.
So I'm more comfortable with both of them. You have to be comfortable with HTML to understand what PHP is doing and knowing HTML will help you with your PHP programming.
#4
Guest_Jordan_*
Posted 05 June 2008 - 06:07 AM
Guest_Jordan_*
Actually, you can use PHP for server side scripting that generates no HTML at all. For the most part though, PHP is used to generate dynamic webpages by presenting HTML. I feel more comfortable with PHP but you should learn HTML before you begin using PHP.
#5
Posted 05 June 2008 - 12:39 PM
Currently, I'd have to say HTML, but only because I do my server-side scripting in ColdFusion and ASP. PHP is on the "to learn" list.
#6
Posted 05 June 2008 - 01:44 PM
Don't all server-side languages output HTML? That's how I thought it worked but I'm not really sure.
Edited by chili5, 05 June 2008 - 11:57 PM.
#7
Posted 05 June 2008 - 10:58 PM
"chili5" said:
Don't all server-side languages output HTML?
#8
Posted 06 June 2008 - 07:11 AM
I'd say HTML it's simpler, but I'm learning PHP bit by bit :)
#9
Posted 06 June 2008 - 12:47 PM
I just finished learning HTML so now I'm learning PHP and JavaScript. Mostly PHP right now but I have books for both of them and I found an incredible site to learn PHP from.
#10
Posted 06 June 2008 - 12:52 PM
#12
Posted 07 June 2008 - 03:28 PM
Xav said:
You could use PHP to output text without HTML. The only difference is, the text would all be on one line, with no formatting or anything... :D
That's how it would appear in a browser, but you can use the new line character to format the text in the console.


Sign In
Create Account

Back to top









