View Single Post
  #1000  
Old 04-18-2011, 01:03 AM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
Quote:
Originally Posted by Mark Sir Link View Post
dunno if this is the right spot for this request since it's a server request, but can we get a rename file function on the serverside?
This should do what you want:

PHP Code:
function renamefile(srcnewname) {
  
movefile(srcextractfilepath(src) @ newname);

__________________
Quote:
Reply With Quote