satansmile Posted November 15, 2006 Share Posted November 15, 2006 Hi there i use php alot and have just come accross this forum and I have a question. can anybody see anything wrong with this code?? we recieve emails from the site but they are all blank??[quote]<? $to = "[email protected]"; $msg = "$name\n\n"; $msg .= "$message\n\n"; mail($to, $subject, $msg, "From:[email protected]\nReply-To: $email\n");?>[/quote]any help much appreciated Link to comment https://forums.phpfreaks.com/topic/27339-php-mail-form-help-eeekkk/ Share on other sites More sharing options...
Jocka Posted November 15, 2006 Share Posted November 15, 2006 Thats all of the code right there?Show us what $name is and $message is. This will help. Link to comment https://forums.phpfreaks.com/topic/27339-php-mail-form-help-eeekkk/#findComment-125019 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.