Jump to content

Simple application form help


loveranger

Recommended Posts

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
Share on other sites

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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.