loveranger Posted July 17, 2009 Share Posted July 17, 2009 http://www.rnkprofessionalcorporation.com/website/application.htm After the user clicks submit, how do I have the file output saved in a well organized format in my server or send to me by e-mail? What's the code I have to put for process.php? Link to comment https://forums.phpfreaks.com/topic/166365-simple-application-form-help/ Share on other sites More sharing options...
Maq Posted July 17, 2009 Share Posted July 17, 2009 I need application help please help me. What in the world are you talking about Link to comment https://forums.phpfreaks.com/topic/166365-simple-application-form-help/#findComment-877284 Share on other sites More sharing options...
ldougherty Posted July 17, 2009 Share Posted July 17, 2009 You're page is coming up blank. I assume its PHP content inside of an HTML document? If so the blank page means you have a PHP error and display PHP errors is disabled. Try adding this to the top of your page ini_set ("display_errors", "1"); error_reporting(E_ALL); That should allow you to display the error you are experiencing. Link to comment https://forums.phpfreaks.com/topic/166365-simple-application-form-help/#findComment-877287 Share on other sites More sharing options...
ldougherty Posted July 17, 2009 Share Posted July 17, 2009 If you wanted to input the data into a mySQL database follow this guide http://www.apluskb.com/scripts/How_can_I_send_form_answer3591.html If you wanted to send the data via email follow this guide http://www.thesitewizard.com/archive/feedbackphp.shtml There are plenty of articles on Google that will walk you though doing this, the ones I've referenced are just the results of a quick search Link to comment https://forums.phpfreaks.com/topic/166365-simple-application-form-help/#findComment-877323 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.