Jesus Climent wrote:
> 
> Is it possible to have a "php" executable to generate static pages instead of using 
>the apache to generate the dynamic pages every time a connection is received?
> 
> I would like to have a serer with static pages and recreate them using xml/html 
>every time there is a change...
> 
> J:esse
> 

Hi there,

PHP 4 has a stand alone interpreter. If you have installed the cgi bit
of PHP 3, then you have an interpreter in your cgi-bin directory. I'm
not entirely sure about PHP 3... I'm trying to remember what a friend
told me once. Since you are wanting something stand alone, do not forget
that you can use other languages, too.

Regards,
Jason

-- 
Jason Murray
Developer
jWeb New Media Design
1 877 525 jWEB

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to