Hey,
I’m currently having the following problem. I want to create a folder and put a file into it. The issues I’m having is as follows.
I have successfully created the folder…
<?php mkdir($row_GetUserData['username'],0777,TRUE); ?>
How is it that I can stick a file inside of that folder? But inside of the new folder designated by the ‘username’. I’m having a mental block currently and its killing me.
Thanks