GreenEyedGirl Posted December 21, 2006 Share Posted December 21, 2006 Hey i have a website and im having trouble finding the right codes to submit a competition that i have on my site.The codes i currently have are:<?$email = $_REQUEST['username'] ;$message = $_REQUEST['message'] ;mail( "[email protected]", "Feedback Form Results", $message, "From: $email" ) ;header( "Location: http://www.mysite.com");?>It seems like its submiting right but i receive no emails from my users and competition entries, can i please get some help.Thx Link to comment https://forums.phpfreaks.com/topic/31477-form-sumits/ Share on other sites More sharing options...
trq Posted December 21, 2006 Share Posted December 21, 2006 Is your server setup to handle the short <? php tags? Link to comment https://forums.phpfreaks.com/topic/31477-form-sumits/#findComment-145800 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.