tersmi Posted January 5, 2010 Share Posted January 5, 2010 Hello all, I realize you may all get this often on this website, and I apologize for adding to the noise, but I'm in need of some coding help. I'm more used to working in ASP.NET (though I'm by no means an expert there either), but I've recently acquired a client who has signed on with HostPapa, a host that works in PHP. I've been able to find and set up an email form, but now I'm looking to add an application form. Does anyone have any thoughts? Suggestions? Is this something a novice like myself can build? Please let me know your thoughts. Terry Quote Link to comment https://forums.phpfreaks.com/topic/187204-application-form-in-php/ Share on other sites More sharing options...
monkeypaw201 Posted January 5, 2010 Share Posted January 5, 2010 Are you looking at an application form that inserts data into a database? Quote Link to comment https://forums.phpfreaks.com/topic/187204-application-form-in-php/#findComment-988611 Share on other sites More sharing options...
trq Posted January 5, 2010 Share Posted January 5, 2010 Does anyone have any thoughts? Suggestions? Without trying to sound too harsh, have you thought of letting the client know that you know as little as them and that maybe they should hire someone who knows what they are doing? Quote Link to comment https://forums.phpfreaks.com/topic/187204-application-form-in-php/#findComment-988643 Share on other sites More sharing options...
Deoctor Posted January 5, 2010 Share Posted January 5, 2010 Hello all, I realize you may all get this often on this website, and I apologize for adding to the noise, but I'm in need of some coding help. I'm more used to working in ASP.NET (though I'm by no means an expert there either), but I've recently acquired a client who has signed on with HostPapa, a host that works in PHP. I've been able to find and set up an email form, but now I'm looking to add an application form. Does anyone have any thoughts? Suggestions? Is this something a novice like myself can build? Please let me know your thoughts. Terry if u dont mind can u explain in more detail abt the type of app that u want to build... Quote Link to comment https://forums.phpfreaks.com/topic/187204-application-form-in-php/#findComment-988672 Share on other sites More sharing options...
oni-kun Posted January 5, 2010 Share Posted January 5, 2010 Hello all, I realize you may all get this often on this website, and I apologize for adding to the noise, but I'm in need of some coding help. I'm more used to working in ASP.NET (though I'm by no means an expert there either), but I've recently acquired a client who has signed on with HostPapa, a host that works in PHP. I've been able to find and set up an email form, but now I'm looking to add an application form. Does anyone have any thoughts? Suggestions? Is this something a novice like myself can build? Please let me know your thoughts. Terry And e-mail form makes sense, But what do you mean by application form? What is the application needing to perform or make use of? As it seems you know not much of PHP I'd recommend you don't stress yourself on such a project with no knowledge on how to do it, like Thorpe said.. Quote Link to comment https://forums.phpfreaks.com/topic/187204-application-form-in-php/#findComment-988687 Share on other sites More sharing options...
tersmi Posted January 5, 2010 Author Share Posted January 5, 2010 hello again and thanks for your considerate comments. Yes I have informed the clients of my lacking knowledge of PHP, but the site is not completely PHP, just this one form. They have asked me to push through. The form is acutally to be an application form, as in to apply for something. In this case it's a questionaire to qualify possible customers for real estate assistance. I have a number of questions, some yes/no questions, the rest would be text-based answers. At completion, I'd like this form to be emailed to the business owners. I'm aware this may be too complicated for a first-timer like myself, and am willing to subcontract the labour on this forum, but that is why I'm searching out the details of creating the form. If anyone has any suggestions for alternative methods for creating a form (non-PHP options) I'd be glad to hear them. Thanks again, Terry Quote Link to comment https://forums.phpfreaks.com/topic/187204-application-form-in-php/#findComment-988808 Share on other sites More sharing options...
monkeypaw201 Posted January 5, 2010 Share Posted January 5, 2010 If you have a basic understanding of HTML and PHP, you should be able to use code from this tutorial (http://www.w3schools.com/PHP/php_mail.asp) and modify it to your needs. Quote Link to comment https://forums.phpfreaks.com/topic/187204-application-form-in-php/#findComment-988820 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.