xtreme_dry Posted March 1, 2007 Share Posted March 1, 2007 hey i was just wondering how i would go about making a kinda form where you can type a message then when you hit submit it emails it to me? Link to comment https://forums.phpfreaks.com/topic/40664-email-me-box/ Share on other sites More sharing options...
monk.e.boy Posted March 1, 2007 Share Posted March 1, 2007 http://uk.php.net/mail http://www.phpfreaks.com/forums/index.php/topic,128946.0.html monk.e.boy Link to comment https://forums.phpfreaks.com/topic/40664-email-me-box/#findComment-196779 Share on other sites More sharing options...
PC Nerd Posted March 1, 2007 Share Posted March 1, 2007 on the html page create a text are, and username field etc. send it to the php page as post eg PHP page: message = $_POST[mesage] mail(header, to, message) its a really rough start to how youd do, it but look at the mail function generally this works simply unless theres a smpt server or something you have to go via etc. im dont know much more goodluck Link to comment https://forums.phpfreaks.com/topic/40664-email-me-box/#findComment-196781 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.