PDA

View Full Version : please help


nubius8
10-03-2002, 04:23 AM
webmaster,

what's the difference between browser , and server. what is the diference between javascript , html, and php and other like etc.

Nightfire
10-03-2002, 05:18 AM
A browser is what you use to view web pages. The most common is Internet Explorer.

A server is used to store information, including your web pages for other people to see via an address.

Javascript is a scripting language used to give pages more flexabilty and create interaction for the user and the site.

HTML is a markup language which your pages are made from. The browser reads the code and produces the page from the html

PHP is a server side language, same as perl, cgi, asp, etc. This is executed on the server, unlike html and javascript which are executed by the browser.