how do I clone and rename a file with php.
I need to take.
thumb_123.jpg
Copy it.
Rename it to thumb_456.jpg
I can do the renaming just fine with rename()
. Its the copying that I don't get.
how do I clone and rename a file with php.
I need to take.
thumb_123.jpg
Copy it.
Rename it to thumb_456.jpg
I can do the renaming just fine with rename()
. Its the copying that I don't get.