Can someone please help me with this. All i need is a simple php directory listing that lists files and folders and allows you to click on them. Exactly like this: test512.x10.mx

    you dont even need a php script, if you point your web browser to a dir on an apache server what you showed is what you get if you dont have an index page or a configuration to exclude directory listings.

    if you really want a php script there are several in the user notes under glob() and opendir and scandir

      Write a Reply...