Creating A File
Another problem i seem to have is creating a folder, here are my problems.
mkdir( $nucount, 0700);
I placed this in my code which should create a folder with the varible as the title of the folder, yet it doesnt. Also what does the 0700 because i dont have a clue and have seen people place different numbers infront, tell me if im wrong but is like the linux chmod command read, write, excute??