| |||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | #1 (permalink) |
| Pimp Master M | Contact Form Help Okay, so I've got a contact form for my portfolio. The code looks alright but the form won't send the emails that are submitted contact.php PHP Code: |
| |
| | #2 (permalink) |
| NamePros Member | You don't need a while loop, you can use the isset() function with an if statement. For example: Code: if(isset($_POST['submit']))
{
//Other code
}
Code: mail($youremail, $subject, $msg, "From: $email\r\nReply-to: $email\r\n"); |
| |
| | #3 (permalink) |
| Buy my domains. | The script is supposed to send it to him. He has it right. PHP Code: |
| |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |