Feb 5, 2003 #1 barryp Programmer Jan 30, 2002 48 GB I use if `php -q mystuff.php` within a shellscript run from crontab How can I pass an error status from within my PHP to the shell script ? If I say exit(-1); within PHP I do not see this in my shellscript.
I use if `php -q mystuff.php` within a shellscript run from crontab How can I pass an error status from within my PHP to the shell script ? If I say exit(-1); within PHP I do not see this in my shellscript.