I have a script that creates a folder in my site when someone registers. I need a file that is stored on my site to be copied into this newly created folder every time a folder is created. I also need a new empty folder to be created in this folder with a standard name.
Can anyone show me how to do this?
So, when someone registeres on my site, I have a script that creates an ftp account and folder on my site for them using the info they provided, but what I need is a file copied to that folder and a sub folder created.
thanks in advance!