hello. your mail() function does not seem to be working. It says "Mail Send" but nothing actually is sent.
<?php
$to = "recipient@example.com";
$subject = "Hi!";
$body = "How are you?";
if (mail($to, $subject, $body)) {
echo("<p>Message successfully sent!</p>");
} else {...
Hello.
I just bought a domain name www.themobilesecuritynetwork.com and I would like to redirect it to http://asteckles.x10.mx/index.html.
I would like www.themobilesecuritynetwork.com to appear in the address bar too after it is redirected. How can I do this?
Thank you.