Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 03-30-2004, 07:48 PM   #1 (permalink)
Jso
 
Newb Techie

Join Date: Mar 2004

Posts: 23

Jso

Default php Benifits?

Hi. I was wondering how to make websites in PHP, what editors, and how its like. Also, can someone tell me what the benifits of PHP are? Why is it better then HTML? Thanks alot.
Jso is offline  
Old 03-30-2004, 10:41 PM   #2 (permalink)
 
Super Techie

Join Date: Feb 2004

Posts: 322

Hackerman

Default

I honestly have no clue what the benefits are. There are probabaly some more short cuts and what not and I believe its easier to implement certain things in your site than HTML.
Hackerman is offline  
Old 03-31-2004, 02:20 AM   #3 (permalink)
Larry's Avatar
 

Join Date: May 2003

Posts: 1,797

Larry has disabled reputation

Default

well, PHP really has nothing to do with HTML as a programing langague.

PHP is a server side language
HTML is client side

PHP basically has unlimited funtionality
HTML is pretty limited

but again, your comparing apples to oranges.
A better comparision is PHP to ASP
and
HTML to Javascript (well, sort of anyway)
Larry is offline  
Old 03-31-2004, 03:15 AM   #4 (permalink)
Jso
 
Newb Techie

Join Date: Mar 2004

Posts: 23

Jso

Default

So people can program in php and not no any html?
Jso is offline  
Old 03-31-2004, 04:57 AM   #5 (permalink)
 
True Techie

Join Date: Jan 2004

Posts: 164

petogaz

Default

Quote:
Originally posted by Jso
So people can program in php and not no any html?
i dont know if that's possible. the easiest way is to incorporate PHP codes into HTLM. that would work fine.
__________________
\"you cant hold a good techie down\"
petogaz is offline  
Old 03-31-2004, 08:58 PM   #6 (permalink)
Jso
 
Newb Techie

Join Date: Mar 2004

Posts: 23

Jso

Default

But then how to you get the .php instead of the .html?
Jso is offline  
Old 03-31-2004, 10:01 PM   #7 (permalink)
 
Super Techie

Join Date: Feb 2004

Posts: 322

Hackerman

Default

when you are finished writing the code in note pad save it as

*filename*.php ..... lol
Hackerman is offline  
Old 03-31-2004, 10:47 PM   #8 (permalink)
Jso
 
Newb Techie

Join Date: Mar 2004

Posts: 23

Jso

Default

...in doing this, there is nothing special about .php. So whats the point in making it?
Jso is offline  
Old 04-01-2004, 08:36 AM   #9 (permalink)
ADZ
 
Master Techie

Join Date: May 2003

Posts: 2,233

ADZ is on a distinguished road

Send a message via Yahoo to ADZ
Default

you cannot make a site in PHP, you use HTML, but you incorperate things into your site. For example: A login Script so that you can go to 'special' pages, you will need to write a PHP code to do this (cannot be done in HTML). You end u saving the html file as a .php file because it has PHP in it.

Does that make sense or am I rambling?
ADZ is offline  
Old 04-01-2004, 10:15 AM   #10 (permalink)
 
True Techie

Join Date: Jan 2004

Posts: 164

petogaz

Default

one more inforamtion, keep in mind that PHP is a dynamic language and HTML is a static one.
cheers.
__________________
\"you cant hold a good techie down\"
petogaz is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On