I am using readdir to display all files from a folder onto a web page.
I would like the user to be able to delete selected files from that web page. Any ideas?
Jamie
look up unlink() function on the online manual or try exec("rm file.name"); works to!