VaginaMuncher
Chilling with me bitch Fiona
- Mar 17, 2013
- 447
- 58
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
So its ready but I don't know how to make it submit to the email/database, if anyone could help?
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
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>
So its ready but I don't know how to make it submit to the email/database, if anyone could help?