Hey, I'm creating a usersystem that has a profile system. I'm stuck on a problem. I want the profile to be viewed by a url like:
www.mysite.com/member/phillip/
So every time someone registers it automatically creates this folder. The problem that I'm having is that I need to place an 'index.php' file into that folder. The question is: How do I transfer a file into the folder? i.e.:
Create folder "Phillip"
Copy index.php TO "Phillip"
Thanks :)