What is the difference between client side scripting and server side scripting?
I know that that with server scripting a link will create a dynamic page based on a number of conditions usually within PHP. I also know that with client side scripting all the code is already on the users browser and that the page will alter based on the user's input.
Is there any other tidbits of knowledge on this that anyone can offer me?