Hello everyone.
I am pretty new to PHP, but I have put together an HTML form POST to a PHP file on a server, and thus submitting an email. Before, I was doing this with text inputs. So I was making textfields in my HTML form, and whatever was being typed in to the text box, the PHP would grab that information and include that text in the email.
No I need the PHP to pull an image that I have made. I tried going the same route by having the PHP pull by ID, but it’s including the image in the email.
Any suggestions??
Thank you!