Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <php
- $subject = 'SKS-feedback: ' . $_POST['subject'];
- $body = 'Email: '.$_POST['email'].'\r\n' . 'IP: '.$_SERVER['REMOTE_ADDR'].'\r\n'.'Description: \r\n' . wordwrap($_POST['description'], 70, '\r\n');
- echo "Chocolate";
- $errors = createErrors($erc);
- header("location: " . $_POST['feedback'] . '?feedback=1' . $errors);
- exit();
- }
- else {
- phpinfo();
- exit("Something went wrong we could not send the mail to our administrator right now!");
- }
- ?>
Advertisement
Add Comment
Please, Sign In to add comment