Philip Thompson wrote:
Hi. Feel free to tell me this is a "duh" question. I don't know which PHP
executable (php.exe, php-cgi.exe, php-win.exe) is being run - how can I
tell?
I am on a Win2k3 server running PHP5 (manual install) and IIS6. I've pointed
to the php5isapi.dll in IIS. I'm assuming b/
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
2 matches
Mail list logo