"is there a way"
i'm sure there is, but you haven't given enough information to get much
more of a response...
show us some code, explain clearly and concisely what you're trying to
do, and we might be able to help more...

-jack

p.s. and the quick answer is yes, you can read information from text
files...read the documentation on fopen and other file manipulating
functions at www.php.net

Peter Stevens wrote:
> 
> hi,
> 
> I am a newbie to php, so bear with me.
> I have a directory list script which i admit i didnt make myself, but i
> did have a lot of help on.
> What i want to do is, when the page makes the list (into a table, with
> filename and file size) i want to include a file description and two
> pieces of information about the file.
> The file description and the 2 other bits of info are stored as .txt
> files, for example we have a file called 3000.pdf, which contains a
> report, 3000.txt contains the file description and other information.
> Is there a way to include these 3 pieces of info from the .txt file into
> my directory list?
> 
> Many thanks in advance,
> P.stevens
> --
> http://www.berent.dk
> http://www.berent.de
> 
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to