PDA

View Full Version : html vs php


nonstopwop
08-27-2002, 09:49 PM
could somebody please explain the difference between html and php. i am very new to this and trying to learn. thanks

NTLDR
08-27-2002, 09:53 PM
HTML is static, ie, what you put into the .html file is allways what you will get out.

PHP is used (with HTML to make the most of it) to create dynamic pages, take information out a datebase etc.

DarkDraco07
08-28-2002, 02:01 AM
php does all the work while html displays it ...

i guess

Neo
08-28-2002, 02:17 PM
Simple.

HTML = Graphical / Styling
PHP = Numeric operations
SQL = storage area for large amount of information

put it all together and you have wasted alot of social time :)

Admin
08-30-2002, 08:14 AM
Originally posted by Neo
PHP = Numeric operations
HUH?!?!?! There is SO much more to PHP than doing $total = 1 + 2...