Jump to content

[SOLVED] sendmail.php


ilikephp

Recommended Posts

hi, I did a comments form, and below is the sendmail.php:

 

<?

  $email = $_REQUEST['email'] ;

  $message = $_REQUEST['message'] ;

 

  mail( "[email protected]", "Feedback Form Results",

    $message, "From: $email" );

  header( "Location: http://test.test.org");

?>

 

when the send button is clicked, how can the thankyou.php will be opened?

 

Thankyou!!

Link to comment
https://forums.phpfreaks.com/topic/115618-solved-sendmailphp/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.