Just working on some php to process a form and create a directory named after one of the input fields.
That's simple enough.
Wanna add in a double-check to see if a directory already exists with that name, so I can bounce doubles back to the submittal page.
Something like:
if (chkdir($directoryname)) { blah blah…
Anything like that?
tia