Whats wrong with this <title><?php echo "Thank You, $senderemail"; ?></title>
where $senderemail = $_POST['from']; It doesnt It only echos thank you. Why?
Whats wrong with this <title><?php echo "Thank You, $senderemail"; ?></title>
where $senderemail = $_POST['from']; It doesnt It only echos thank you. Why?