Posted by Tim Slattery on 03/30/06 17:10
"The Numerator" <alvin4jesus@gmail.com> wrote:
>I was just wondering that if it is possible to do almost anything you
>can do in JavaScript in PHP.
Javascript is (nearly always, anyway) run on the client. PHP is run on
the server. That being the case, they do quite different things. There
is a small set of things that can be accomplished from either end.
There are *many* things that can be done client-side but not
server-side, and there are *many* things that can be done server-side
but not client-side.
--
Tim Slattery
Slattery_T@bls.gov
Navigation:
[Reply to this message]
|