what is php script for creating a folder within a directory.?

vinit

New member
i am using mkdir('./'.$album.'', 0777)to create a folder in my server ..But this creates the folder in the same directory where this particular code has been placed. i want the folder to be created in some otehr directory.
 
Back
Top