This is the scenario.
I have a defaultimage in an 'images' folder.
When someone registers it creates a directory like so:
mkdir("../users/$new_userid/images",0755);
Each time someone registers i want also the defualtimage to be copied to the new users directory, so they then have an image to start off with.
Thanks
Brants91