View Single Post
  #3 (permalink)  
Old 07-25-2006, 01:08 PM
TkTech TkTech is offline
Speaks fluent binary
 
Join Date: Jun 2006
Posts: 1,047
Last Blog:
Having trouble with yo...
Credits: 0
Rep Power: 16
TkTech is on a distinguished road
Send a message via MSN to TkTech
Default

Server-side is where all the operations are done on the server, such as PHP. PHP is "compiled" by the server and sent to the client as plain html. Javascript is an example of a Client-Side languge, which compiles and runs through the browser.
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum
Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall
Reply With Quote