> A blank line should return the newline (\n or \r\n), according to > http://www.php.net/manual/en/function.fgets.php. Also try using '===' (3 = > signs) as the operator, which enforces type checking on a comparison).
Yes or no: $foo == FALSE === 0; ??? Right now I'm just doing if($foo) And "\n" seems to equate to FALSE with this sort of conditional / comparison... Thanks, take care, --Noel -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

