I am a student trying to figure out, how i can simultaneously upload an files (jpg, jpeg, png) along with sending an message through PHP?
Currently i have tried two things.
Making a single form in html, and trying to submit to the same .php file. While following two separate tutorials, combining them. (See picture)
Making two different forms, which i want to be submitted from the same html page, with the same ''submit''. Is this possible?
So far i think i figured out that it is not possible to use both $_POST and $_FILES from the same form, is this true?
Any ideas how to fix the original code i already have, and if not, what is the easiest way to do it.