Adam Voigt wrote:

#!/usr/local/php_4.2.3/bin/php -q
<?php

if(!file_exists("sdlksd"))
       die("DOH!");

?>

I think it works. I get "DOH!" printed when I try this. What do you get? I'm doing this from a web browser rather than command line though, so I don't use your #!/usr... line.
HTH
Chris


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

Reply via email to