|
Posted by Roman Ziak on 10/23/93 11:54
Anonymous wrote:
> Andrew Neiderer wrote:
>> I apologize for such an elementary question but I am new to PHP.
>> If there is an FAQ that addresses this please let me know.
>>
>> I have some PHP that works fine on my Dell Win2K XP when I use "php.exe"
>> and "php-cgi.exe"; not sure how these executeables got there but
>> someone must have installed them. But what I need to do is have PHP
>> scripts run in my Mozilla Firefox 1.5.0.4 browser. Currently they don't.
>
> And they never will. ;-)
>
> PHP isn't run by browsers, like Javascript. It's run on the webserver.
PHP is a general purpose scripting language as is JavaScript. PHP is
*usually* run on server side and JS in the browser.
PHP for Windows supports ActiveScript and that makes it possible to host
it in browser supporting this interface (e.g. IE). On the other hand
JavaScript has been used as server side scripting (ASP, GoAhead embedded
server, etc.)
Back to original question, it will require certain development effort to
plug PHP as alternative scripting engine into Firefox. Source code for
both is available ...
Roman
Navigation:
[Reply to this message]
|