Re: [PHP-EVANGELISM] client side

[email protected] (Gabor Hojtsy) Wed, 05 Feb 2003 16:09:00 +0100
Newsgroups php.evangelism
Message-ID <[email protected]>
> Client-side PHP isn't that bad idea! Not sure how ActiveScript works. I
> never had to work with it. Something like you can output the PHP code
> and it gets executed on Client's Browser? Something JavaScript-like?

Absolutely. There are also other script interpreters working this way 
(ActivePerl for example), but there is actually no point in using this 
on the net, as nobody will install PHPScript to his client (or very few 
client will have it). VBScript was the same situation...

Goba