Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Software Development
Programming
Programming Q&A
[HELP] [PHP] Sending feedback to email [PHP] [HELP]
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="VaginaMuncher" data-source="post: 233054" data-attributes="member: 29655"><p>Howdy...</p><p></p><p>So basically, I'm making a feedback/support area, where users who have issues with my website/errors found they can submit a some what call for help which sends right to the database table or to my email, I would prefer to have it in my database but what ever <img src="/styles/default/xenforo/smilies/emojione/biggrin.png" class="smilie" loading="lazy" alt=":D" title="Big Grin :D" data-shortname=":D" /></p><p></p><p>[CODE]</p><p><form method="POST"></p><p><input type="submit" style="width: 80%" value="Submit message" name="submit" class="submit" style="float:right"></p><p>Result: <font color="red"><b><?php if(isset($_POST["submit"])) { print("Your message has been submitted! <meta http-equiv=\"refresh\" content=\"3; url=/me\">"); } ?></b></font></p><p>[/CODE]</p><p></p><p>So its ready but I don't know how to make it submit to the email/database, if anyone could help?</p></blockquote><p></p>
[QUOTE="VaginaMuncher, post: 233054, member: 29655"] Howdy... So basically, I'm making a feedback/support area, where users who have issues with my website/errors found they can submit a some what call for help which sends right to the database table or to my email, I would prefer to have it in my database but what ever :D [CODE] <form method="POST"> <input type="submit" style="width: 80%" value="Submit message" name="submit" class="submit" style="float:right"> Result: <font color="red"><b><?php if(isset($_POST["submit"])) { print("Your message has been submitted! <meta http-equiv=\"refresh\" content=\"3; url=/me\">"); } ?></b></font> [/CODE] So its ready but I don't know how to make it submit to the email/database, if anyone could help? [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Software Development
Programming
Programming Q&A
[HELP] [PHP] Sending feedback to email [PHP] [HELP]
Top