RE: [PHP-INST] display the file in directory

2002-04-10 Thread Browning Nathan P SrA 509 CS/SCNO
NG, SrA, USAF 509 CS/SCNO NCC Operations DSN 975-5267 Comm (660) 687-5267 "The real art of conversation is not only to say the right thing at the right time, but also to leave unsaid the wrong thing at the tempting moment." -Original Message- From: Phil Huynh [mailto:[EMAIL PROT

[PHP-INST] display the file in directory

2002-04-10 Thread Phil Huynh
Hi, I am trying to read the files in the directory and display them . but I got the message " the document contain no data " this is my code handle.""; echo "Path: ".$d->path.""; while($entry=$d->read()) { echo $entry."\n"; } echo ""; $d->close(); ?> Can anyone tell me what sho