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? Quote Link to comment 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 Quote Link to comment 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.