![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archiveRe: JavaScript to PHP?
From: noone <noone@nowhere.com>
Date: Fri Mar 31 2006 - 00:16:07 CEST
Thomas 'PointedEars' Lahn wrote:
> Tim Slattery wrote:
>> "The Numerator" <alvin4jesus@gmail.com> wrote:
> JavaScript, JScript, and other ECMAScript implementations are.
>> PHP is run on the server. That being the case, they do quite different
> PHP can also run without a server.
That would be false. you cannot -
If PHP is interactively (or via a cron job etc...) running, the box on
PHP or even the remote server itself does not/cannot know that PHP is even
PHP is a scripting language. It does work and sends a response to stdout.
>> There is a small set of things that can be accomplished from either
> True.
|