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
- 24,738
- 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!
Read more
Continue reading...
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...