Hy,

John Gurley wrote:

> Just a quick question,
> is there a way to echo in your php code lines of a file that you specify.
> i.e. you want to output lines 1,4,7 of a certain text file


use the fopen and fread functions, to read lines from a file, only put 
the wanted lines into a string and output this string.

hth,
henning


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

Reply via email to