Re: [PHP] Need help with file include

2001-03-30 Thread Peter Stevens
Hi, ok, here is the code: "; print "\n\n\n"; //starting of table print "Files"; print "\n"; //another table //loop while there are still things to be read in directory while($path = readdir($openDir)) { //gets the base name of file $file = basename($path)

Re: [PHP] Need help with file include

2001-03-30 Thread Jack Dempsey
"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 tex

[PHP] Need help with file include

2001-03-30 Thread Peter Stevens
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 infor