Search results

  1. prabhu89

    sending emails through mail()

    Hi, I want users to send me mails using the contact page on my site and this is my send_email.php code <html> <head> <title></title> </head> <body> <?php $email_to = 'www.*******@gmail.com'; $name = $_POST['name']; $email = $_POST['email']...
Top