I have a "New Employee" script, that when you enter the details it creates a folder according to their username, using mkdir, this all works fine,
I now have managed to import 200 entries into my DB from a spreadsheet, but I need to create a folder for all the people now in the database, I was about to do it manually, then realised, I could grab all the usernames from the DB and loop through each one creating a folder?
can someone help?
thanks