Results 1 to 4 of 4

Thread: Get PHP to rename a file

  1. #1
    Join Date
    Jan 2008
    Location
    Near Chicago
    Posts
    247
    Thanks
    105
    Thanked 2 Times in 2 Posts

    Default Get PHP to rename a file

    What is the command to rename a file with PHP

  2. #2
    Join Date
    Jul 2008
    Posts
    199
    Thanks
    6
    Thanked 58 Times in 57 Posts

  3. The Following User Says Thank You to techietim For This Useful Post:

    evan (10-24-2008)

  4. #3
    Join Date
    Jan 2008
    Location
    Near Chicago
    Posts
    247
    Thanks
    105
    Thanked 2 Times in 2 Posts

    Default

    as in :
    oldfilename.jpg rename(newfilename.jpg)

    I'm really new at this

  5. #4
    Join Date
    Jul 2008
    Posts
    199
    Thanks
    6
    Thanked 58 Times in 57 Posts

    Default

    Not quite:
    PHP Code:
    rename('oldfile.jpg''newfile.jpg'); 

  6. The Following User Says Thank You to techietim For This Useful Post:

    evan (10-27-2008)

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
  •