Hey guys, I'm trying to make the absolute simplest PHP form. I've tried a bunch of forms I found online, but they're all much more complex than I need them to be and when I edit them down they don't work anymore (probably because I have no idea what I'm doing in PHP).

Here's what I'm trying to accomplish. ONE single-line text box with one submit button. Upon clicking submit, I would like it to send an email to my email address. I don't even care how the email is formatted, and the only "check" I'd like to have is if the form is empty. No formatting checks, no user email entry, nothing else. Just one box and a submit button. Does anybody have a quick template they could share that could accomplish this? I'd really, really appreciate it! Thanks!