Hi.. Is there any php functions/methods that create a new sub-directory / folder within the current directory?? Tnks
You might want to look for that in the manual.
int mkdir (string pathname, int mode)
Attempts to create the directory specified by pathname.
Yes very smart. I am perfectly willing to explain a lot of things, but if you do 0.01 seconds of searching in the php manual you have already found that function.