Results 1 to 3 of 3

Thread: Page not found
      
   

  1. #1
    shaggyman is offline Private First Class
    Join Date
    Jun 2006
    Posts
    7

    Default Page not found

    I set up a registration page with the forms action set to "confirmation.php", the method set to "post", and the encoding type blank.
    The confirmation page contains the HTML posted by Pablo in "another forms question" #7 from 07/13/2005
    When the SUBMIT button is clicked, I get a "page not found" error.
    I have looked at the files in Control Panel, and all seems to be in order, but my brain cloud will not clear enough to determine why it isn't working.
    Should the form action method be "post" or "get"?
    Is there something I should have added to the HTML on the php?

    URL for registration page is:
    http://www.spiritofpolyamory.org/registration.html

    URL for confirmation is:
    http://www.spiritofpolyamory.org/confirmation.php

  2. #2
    Andy128's Avatar
    Andy128 is offline Major General
    Join Date
    Dec 2005
    Location
    Michigan
    Posts
    2,322

    Default Re: Page not found

    shaggyman,

    Did you paste the code "Inside the body tag" on the HTML page properties? When cutting and pasting- make sure not to cut off the
    php open or closing tag.

    Try encoding type of multipage/form-data

    And yes- it needs to be "POST"

    Give it a try and let us know. Also- might want to look over this tutorial to see if all was done correctly.

    Andy
    PHP- is a blast!

  3. #3
    shaggyman is offline Private First Class
    Join Date
    Jun 2006
    Posts
    7

    Default Re: Page not found

    Turned out to be an odd glitch in the way the HTML was pasted-
    it truncated a line.
    Miagi fix.
    All is well, and Thanks!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49