PDA

View Full Version : the diference between html, php and asp



SS19flyover
02-03-2007, 09:35 AM
At this moment I only know some basic function about html.

but come to php and asp, what is the advantage over html?

Thank you in advance.

kress
02-03-2007, 10:03 AM
php and asp is able to connect, retrieve and store stuff into databases. With asp/php you could code a portion of the website but leave the information portion empty so that a user could update it by themselves.. so no need to have a web designer update the html code manually..

blurrman
02-03-2007, 04:59 PM
technically,

http://en.wikipedia.org/wiki/HTML

http://en.wikipedia.org/wiki/PHP

http://en.wikipedia.org/wiki/Active_Server_Pages

layman,

plain html is static web pages, you type it just like you type a word processor documents, then upload to a server for hosting.

asp and php are server side scripts, ie: u can write program, extract, save data , with the extracted result/processing/save, u then instruct asp/php to generate html on the fly.

SS19flyover
03-03-2007, 12:45 AM
thanks a lot kress and blurrman, I really appreciate it. :)

red_gaara
06-03-2007, 03:56 PM
Im trying to understand XML code....can anyone teach me how we can use XML code in FLASH? :)

tasya_reed
06-03-2007, 05:26 PM
technically,

http://en.wikipedia.org/wiki/HTML

http://en.wikipedia.org/wiki/PHP

http://en.wikipedia.org/wiki/Active_Server_Pages

layman,

plain html is static web pages, you type it just like you type a word processor documents, then upload to a server for hosting.

asp and php are server side scripts, ie: u can write program, extract, save data , with the extracted result/processing/save, u then instruct asp/php to generate html on the fly.

just adding!

ASP - WINDOWS SERVER
PHP - LINUX SERVER

blurrman
06-03-2007, 05:33 PM
just adding!

ASP - WINDOWS SERVER
PHP - LINUX SERVER

php can also run in windows

Ullas Sahadevan
06-03-2007, 05:58 PM
php can also run in windowsYes, that is true.

I also hear PHP is much much faster than ASP? For anybody wanting to learn php, I would suggest http://www.w3schools.com/php/default.asp OR for people with a sense of humor, point your browser here http://www.devshed.com/c/a/PHP/PHP-101-Part-1--Secret-Agent-Man/

tasya_reed
07-03-2007, 04:54 PM
php can also run in windows

rite ! but you need to have accurate setting.
Most webhost prefer php in linux server and asp in windows server.