HazelRah Posted January 4, 2008 Share Posted January 4, 2008 Hi!. My name is Luke, i'm new here and kind of a noob to PHP. What i wanted, is a simple form with these things: Username: (____) //this would be $username Age: (____) //this would be $age Spriting Rank: (1/10) //this would be $rank Have you joined the forums?: (Yes/No) //this would be $joined (SUBMIT) And i wanted it, when someone has filled it in, to email the form to my email (xxhazelrahxx@yahoo.com) with this: $username has requested to join SpriteVault. He is $age years old and has a spriting rank of $rank. And (He has if yes, Has not if no) Joined the forums. Is this possible?. Thanks in advance! Quote Link to comment https://forums.phpfreaks.com/topic/84492-solved-question/ Share on other sites More sharing options...
adam291086 Posted January 4, 2008 Share Posted January 4, 2008 This is a simple version of what you want http://www.christian-web-masters.com/articles/web_php-mail-form-2.html Quote Link to comment https://forums.phpfreaks.com/topic/84492-solved-question/#findComment-430456 Share on other sites More sharing options...
HazelRah Posted January 4, 2008 Author Share Posted January 4, 2008 Thankyou very much, Adam. That was just what i was looking for on the internet Question solved. Quote Link to comment https://forums.phpfreaks.com/topic/84492-solved-question/#findComment-430502 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.