Ok, what am I missing? The file "sdlksd" doesn't exist, and the program's not dying, any ideas?
#!/usr/local/php_4.2.3/bin/php -q
<?php
if(!file_exists("sdlksd"))
die("DOH!");
?>
Adam Voigt
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

