mobymedic Posted October 28, 2009 Share Posted October 28, 2009 Ok I am currently developing a website for my company. I have built a online job application. Now what do I do with it? The farthest I've gotten is it opening up outlook and placing the results in the body. Few questions: 1. Is there a way to take the results and save it as a text file or email it automatically? 2. When it posts is there a way to format the text? This is what I'm getting right now. First Name=Moby Last Name=Dick What I'd rather have is something like First Name: Moby Last Name: Dick I am currently learning c++ so I have a good knowledge of basic programming. I've never used php before but I'm assuming that with what I want to do this is the best language. I would like to learn php eventually so what books would you recommend? Thanks for the help. Link to comment https://forums.phpfreaks.com/topic/179422-need-some-help-with-forms/ Share on other sites More sharing options...
abazoskib Posted October 28, 2009 Share Posted October 28, 2009 I dunno about books, but for emailing, look up mail() in the online php manual. Also look up $_POST variables. They will help you out in what you are looking to do. Link to comment https://forums.phpfreaks.com/topic/179422-need-some-help-with-forms/#findComment-946684 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.