Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End PHP Image Pulls

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #145383
    mikewax
    Participant

    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!

    #145424
    thechrisroberts
    Participant

    Not entirely clear what you are asking – you say it is including the image in the email? Isn’t this what you want?

    So you have a form that sends an email and on that form you want a means to upload an image and have the image attached to an email?

    #145499
    mikewax
    Participant

    Basically. I have an HTML form that includes a canvas element. I’m trying to make it so that the PHP script attaches the canvas element to an email, like attaching an image.

    Thank you

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Back End’ is closed to new topics and replies.