Php form Sends blank email

Okay then, what about your sendemail.php ? did the posted parameters are present ?

did you check like this in your sendemail.php

if(isset($_POST['email']){
           $email = $_POST['email'];

    echo "my email $email";

}

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.