PDA

View Full Version : more info


nubius8
10-02-2002, 03:08 AM
webmaster,

whats asp, php, cold fusion. in what conjuction does it have to like how is it a side server language. what do they basically do

Mhtml
10-02-2002, 07:43 AM
well to easily explain it,

serverside scripts execute on the server when a person requests the page, once the script has been executed the page the person view is the output or result of the script executed.

Javascript is a client side scripting language, it executes through the persons browser. ASP PHP CFM ETC execute on the server.

If that doesn't make sense go here www.w3schools.com

They have a good introduction in the asp tutorial which tellse you about serverside languages.

Hope this helps!:)