Announcement

Collapse
No announcement yet.

Page not found

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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
    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!

    Comment


    • #3
      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!

      Comment

      Working...
      X