Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 07-13-2004, 11:34 PM   #1 (permalink)
 
Wizard Techie

Join Date: Mar 2004

Posts: 3,545

GameGURU is on a distinguished road

Default PHP vs HTML

What is the difference between Php and HTML? Can you code an entire page out of PHP. I want to know this because I have used HTML for most of my pages, I want to see what PHP offers. Are there any programs that can help me code php, tutorials etc?
__________________
15'' Macbook Pro
Intel Core 2 Duo 2.16ghz
x1600 128MB
1GB DDR2 SDRAM
Windows XP/Mac OSX 10.5


No longer a Guru of games...
GameGURU is offline  
Old 07-14-2004, 05:07 AM   #2 (permalink)
 
True Techie

Join Date: Oct 2003

Posts: 204

gruntwerk

Default

from www.php.net

PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML.

PHP is not a replacement for html..
gruntwerk is offline  
Old 07-14-2004, 05:16 AM   #3 (permalink)
 
Monster Techie

Join Date: Jul 2003

Posts: 1,179

Emily is on a distinguished road

Send a message via AIM to Emily
Default

Yup... like he said, PHP is pretty useless without HTML. You can think of HTML as the GUI for PHP. PHP does things like handle forms, interact with databases, etc. - it's a programming language, whereas HTML is just a mark-up language that throws together visual elements. For example, HTML allows to put the form elements on the page, change the background color, insert images, etc. but PHP takes the information inserted into the form and does something with it like send an email or put it in a database.

There's a plethora of PHP resources compiled in this thread. (Speaking of which, this thread belongs in web development... I'll move it...)
__________________
<a href=\"http://www.upstark.com\">www.upstark.com</a>
Emily is offline  
Old 07-14-2004, 11:24 AM   #4 (permalink)
 
Wizard Techie

Join Date: Mar 2004

Posts: 3,545

GameGURU is on a distinguished road

Default

thx guys, and girls that is what i needed.
__________________
15'' Macbook Pro
Intel Core 2 Duo 2.16ghz
x1600 128MB
1GB DDR2 SDRAM
Windows XP/Mac OSX 10.5


No longer a Guru of games...
GameGURU 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