how would I read a file one line at a time:

<?php
if($lines < $alllines){ 
    $newline .= $lines;
}
?>

something like that, I'm cofused on if I use fread, something  which
will do one line at a time?

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

Reply via email to