Hi,

just make the cgi version of php and feed some script to it ;)
in unix you can start the script with:

#!/path/to/php -q
<?php
echo "hello";
?>

good luck,
Nuno



Christian Dechery wrote:

> Correct me if I'm completely out of my mind here (often I am).
> 
> But I think, I read somewhere that u can compile .php files and make 
> executables of them to run in the command line like programs... is this 
> true? How can I get it to work? WHat do I need?
> ____________________________
> . Christian Dechery (lemming)
> . http://www.tanamesa.com.br
> . Gaita-L Owner / Web Developer


-- 
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