savannah-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-hackers] Re: PHP


From: Mathieu Roy
Subject: [Savannah-hackers] Re: PHP
Date: 14 Dec 2002 09:57:25 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Richard Stallman <address@hidden> said:

>     You have a PHP file called hello.php
> 
>           <?php
>           print "hello dude";
>           ?>
> 
>     Normally, the file hello.php is accessed via a web browser and the web
>     server ask to PHP to run hello.php.
>     PHP run hello, and give the output to the web server, which one serves
>     it to the web browser.
> 
> It sounds lie the file hello.php is run in the PHP environment.
> Is that correct?

I don't get what you mean exactly by "PHP environment" but, right,
hello.php is interpreted by /usr/lib/apache/1.3/libphp4.so which is
part of php, or could be intepreted by /usr/sbin/php4, if existing,
which is also part of php.

So hello.php is run with PHP.

-- 
Mathieu Roy
 
 << Profile  << http://savannah.gnu.org/users/yeupou <<
 >> Homepage >> http://yeupou.coleumes.org           >>
 << GPG Key  << http://stock.coleumes.org/gpg        <<



reply via email to

[Prev in Thread] Current Thread [Next in Thread]