Reply to Re: [PHP] Need best way to determine if cronjob or external browser called my script
Posted by Richard Lynch on 01/20/05 00:55
Al wrote:
> I'm working on a script that can be initiated by a cronjob or from a
> browser.
>
> I want the script to act differently depending on which one called it.
Another solution:
http://us2.php.net/php-sapi-name
I personally think this is the cleanest and most maintainable solution
posted so far, but YMMV.