ok so i'm trying to copy file.xml
into another location something like copy('file.xml',../../folder/newfile.xml)
; it works just fine on my wamp virtual server but on my real site it doesn't. i thought that is something related to chmod and i changed the file.xml
to 0777(with a ftp client).
is there something that i should put in my code to make it right? or what?