How to send a form without refreshing the page?
问题 I don't know PHP. I don't want the user to go to http://www.example.com/feedback-thanks.html after sending the form. What I want is text below the sent button or anything without refreshing the page . I removed header( "Location: http://www.example.com/feedback-thanks.html" ); but i don't receive the e-mail and the user is redirected to feedback.php... :( html <form method="post" action="feedback.php"> <input name="email" type="email"/> <textarea name="message" id="feedback-textarea"