Hello,
Anyone could give me a hand here? How do we move files (i.e. image files) between folders using php?
Thanks in advance.
MP
copy(), then unlink()
Thanks a lot for the tip. <?MP?>