WizaJ Posted March 15, 2009 Share Posted March 15, 2009 Hi everyone, My name is Wiza and I'm a 16 year old HTML newbie who's working on a small school project/competition and I need your expertise as I'm completely lost when it comes to PHP. After extensive googling on how I can create a form that submits to an emailing script, I came up with a few things but I did not understand them comprehensively enough for me to customize the PHP script to meet my requirements. Basically, my form is a registration form for a school, and I'd like it to send an email to a specified email. The purpose would be so that the registrant information is entered into a database before a prospective student registers physically at the school. The HTML form can be found here http://ironfallout.wen.ru/misc/register.rar Any help is greatly appreciated Also, would it be possible to implement captcha? Quote Link to comment https://forums.phpfreaks.com/topic/149556-form-to-email-help/ Share on other sites More sharing options...
WizaJ Posted March 16, 2009 Author Share Posted March 16, 2009 *bump* Quote Link to comment https://forums.phpfreaks.com/topic/149556-form-to-email-help/#findComment-785658 Share on other sites More sharing options...
Ayon Posted March 16, 2009 Share Posted March 16, 2009 to send an email you should read about the mail() function Quote Link to comment https://forums.phpfreaks.com/topic/149556-form-to-email-help/#findComment-785661 Share on other sites More sharing options...
WizaJ Posted March 16, 2009 Author Share Posted March 16, 2009 I'm sorry but I'm not very fluent with the language and I've tried to come up with a few things but I just don't understand the code that well enough yet. If you could explain to me how (with examples) to create a script that works with that particular form and mails all the details in the form fields to a specific address, I would really appreciate it. Quote Link to comment https://forums.phpfreaks.com/topic/149556-form-to-email-help/#findComment-786133 Share on other sites More sharing options...
Maq Posted March 16, 2009 Share Posted March 16, 2009 Click on the link Ayon provided, it will tell you have to set up and configure the mail() function and there are examples for you to follow, please make an attempt. Quote Link to comment https://forums.phpfreaks.com/topic/149556-form-to-email-help/#findComment-786135 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.