Re: [PHP] opendir() Question

2009-06-12 Thread Parham Doustdar
Hello there Andrew, Thank you very much for your help. I didn't know such an extention existed. :) -- --- Contact info: Skype: parham-d MSN: fire_lizard16 at hotmail dot com email: parham90 at GMail dot com "Andrew Ballard" wrote in message news:b6023aa40906121312m47034863k9c502e07d66c4...@mai

Re: [PHP] opendir() Question

2009-06-12 Thread Andrew Ballard
2009/6/12 Parham Doustdar : > Hi there, > I need to create a PHP script that will connect to an  FTP, get a listing of > files/directories from it, and displays them in a table. Now, there is only > one problem here. > I tried connecting with opendir(), like this: > opendir("ftp://...";); > but i