I have a script that reads all the files in an online directory and displays them on a web page. The script will not show files that are prefixed with a dot. (example ‘.index.php’ will not show)
I have a second upload script that allows the user to continue to upload the same file name and have it automatically saved with a new number increment. (example file ‘comment.php’ uploaded again becomes ‘comment001.php’, ‘comment002.php’ etc.)
My client wants to upload 20 versions of a file a mont…
