Brent Clark wrote:

Hi

Does anyone know of how to execute a php shell script in a php file.

Kind Regards
Brent Clark

assuming *nix


php myscript.php

or stick at the beginning of the file
#!/bin/php

and then run ./myscript.php

hope it helps

pete

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to