![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello there, I have managed to find a send-mail script in PHP in order for site users to be able to send me their comments, questions, etc. However, I receive the but I only receive what the user has selected in the drop down menu, I can change this to any of the fields but my problem is, I'm wanting it to email me ALL the fields, not just one. I've attached the following PHP code below. I'd be very grateful if anyone could help. Regards, Kristopher (UK). ? $name = $_REQUEST['name'] ; $message = $_REQUEST['message'] ; $select = $_REQUEST['select'] ; mail( "enquireys (AT) krisskerr (DOT) com", "Feedback Form Results", $message, "From: $email" ); header( "Location: http://www.google.co.uk" ); ? |
![]() |
| Thread Tools | |
| Display Modes | |
| |