Hello,
I'm trying to do something really simple but cannot get it to work. I have the form worked out, I just need help with the backend PHP.
I want to be able to upload an image via a form, and get the PHP the form is submitted to rename the image and save it on my server.
I have a function that sets my $image_namer variable.
Can someone help me with some code that'll now take my image from the form, rename it to whatever my $image_namer value is set to and save it on my server?
Thanks in advance!