WebDesignerInTraining

Members
  • Content Count

    3
  • Joined

  • Last visited

About WebDesignerInTraining

  • Rank
    Member
  1. That is what I have been told. When I go to look for them, they never come through. As a matter of fact, the contents of the form never come through. Is there something else I should be doing? Keep in mind I don't know code. Thanks
  2. I think it is all correct. I just can't figure out where to go to retrieve the uploaded pictures. <?php /* IMPORTANT NOTICE: Make sure that the <?php tag (above) is the first line, there cannot ** be anything above it, not even a blank line. If there is you will get "HEADERS already ** sent error messages **Script modified by Gail Kasey 14/01/06*/ **modified by design1online.com 1/16/2005 if (isset($_POST['submitted'])) { $errors = array(); // Initialize error array. if ($fundraiserCode != "") //Modified the re-direction code { $url = 'http://' . $_SERVER['HTTP_HOST'] . dirname($_SER
  3. If I post PHP code, would someone be able to look at it & if it needs to be edited to help me? It was done for me & doesn't work yet. It is completely foreign to me. Also & more importantly would someone be able to walk me through step by step on setting it up & the retrieval process? The main functions of the form include: -The details of the form be sent to the email -The upload(browse) button send the picture somewhere where I can access it & resize it to post on my site. -A simultaneous redirect to another page in my site upon pushing the submit button -I think there ar