how to move images from one folder to another using php

Discussion in 'PHP' started by adsegzy, Oct 7, 2010.

  1. #1
    How do i move or copy a file that is already in one of my website online folders to another.
     
    adsegzy, Oct 7, 2010 IP
  2. danx10

    danx10 Peon

    Messages:
    1,179
    Likes Received:
    44
    Best Answers:
    2
    Trophy Points:
    0
  3. raaj.developer

    raaj.developer Peon

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Use rename and copy functions for that.

    copy function will copy your files from one location to other.
    And rename function will move files from one location to other.
     
    raaj.developer, Oct 9, 2010 IP