Ok so I have a script that basically creates a bunch of folders and files onto by server.
I have:
mkdir("Members/$name/files", 0755);
mkdir("Members/$name/$name_files", 0755);
it is saying whenever I submit the form that I have that the folder files already exists but I want one folder to be...