Results 1 to 2 of 2

Thread: PHP Help - Create a registration system with new member folder

  1. #1
    Join Date
    Apr 2009
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default PHP Help - Create a registration system with new member folder

    Hello,
    I have a PHP Uploader website, that uploads files/folders.

    What I want to do, is that whenever someone wants to upload a file/image, they will need to register first, and when they registers, the system will create a folder, so in that specific folder, will be ALL files/images of that one particular user uploaded.

    This way, I will know which user uploaded what.

    For example,
    Bob comes to my website, and registers at mydomain.com
    After he registers, he gets a prompt page to login. After login successfully, he gets redirected to mydomain.com/user/Bob. And everytime he uploads something, it will be mydomain.com/user/Bob/uploads/FILES.jpg
    (FILES.jpg can be any file)

    Please, I know someone out there knows how to do this. I just need help on creating the: create the folder when user registers....the registration system, well I can google one...but I will need help implementing the create folder onto the registration system...

  2. #2
    Join Date
    Sep 2008
    Location
    Bristol - UK
    Posts
    842
    Thanks
    32
    Thanked 132 Times in 131 Posts

    Default

    At the moment this would be far too big a project for someone to tackle, unless they're feeling especially kind and dutiful. You should do what you can, like make the registration system and other parts first and then ask for help with specific problems after you've tried some solutions.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •