Method POST

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Sheila Jipping
    New Member
    • Jan 2012
    • 18

    #31
    I didn't change anything to read those URL in my samples - just something that I noticed.

    Maybe I'm not understanding what you mean by headers. My code has changed since the beginning with the exception of the lines you wanted me to add to send_simpleform .php.

    I am using an apache server.

    Comment

    • Dormilich
      Recognized Expert Expert
      • Aug 2008
      • 8694

      #32
      the URL of your HTML form should read:
      http://localhost/simpleform.html

      with headers I mean HTTP headers.

      Comment

      • Sheila Jipping
        New Member
        • Jan 2012
        • 18

        #33
        finally success! I've been opening the html pages from the actual folder they are in.

        When I type the URL using the localhost then they run the php page. Boy my laziness sure created a huge problem for me.

        Thanks for all your help and patience - I know you must be just rolling your eyes big time. If it makes you feel any better at least you taught me a bunch of stuff!

        Thanks again!

        Comment

        • Dormilich
          Recognized Expert Expert
          • Aug 2008
          • 8694

          #34
          rest assured that you're not the first one with that problem, though I may point to posts #2 & #4 where I asked exactly for that.

          Comment

          • Sheila Jipping
            New Member
            • Jan 2012
            • 18

            #35
            yep, and now when I read those two post they make sooo much sense! You've taught me much in these past couple of days!

            thanks again!

            Comment

            • Dormilich
              Recognized Expert Expert
              • Aug 2008
              • 8694

              #36
              and that's just scratching the surface ...

              Comment

              • Kadir Razu
                New Member
                • Feb 2011
                • 13

                #37
                Make sure that you are using "localhost" to host your related php and html files. Do not open the html page direclty by double-clicking. Also make sure that your Appache server is running soundly.

                Comment

                • Dormilich
                  Recognized Expert Expert
                  • Aug 2008
                  • 8694

                  #38
                  @Kadir Razu: you are aware that this problem is already solved?

                  Comment

                  Working...