RSS Feed/News getting just a page refresh, nothing sent, when using simple contact form, help please!

Status
Not open for further replies.

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
23,646
Points
823

Reputation:

Below is my exact code (with obfuscated e-mail), but it doesn't send anything. I fill in e-mail and message, and hit send, and the page simply refreshes, nothing sent. Here is the live page: https://ourdarkhome.com/account/contact.php

I am stumped. Can anyone please help? Thanks!
<?php

$email = $message = "";

$email = $_POST['email'];
$message = $_POST['message'];

$email = strtolower($_POST['email']);
$email = trim($email);
$message = trim($message)...
Click to expand...

Read more

Continue reading...
 
Status
Not open for further replies.
Top