On 10/11/07, Marcus Mueller <[EMAIL PROTECTED]> wrote:
>
> Anders Norrbring wrote:
> > Is there a good way to detect in a script if it's called locally from
> > command line, or via a remote browser?
>
> Check out <http://www.php.net/manual/en/function.php-sapi-name.php>.



much better:)

php > echo php_sapi_name();
cli

-nathan

Reply via email to