what is technology behind GET and POST

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • maheswaran
    New Member
    • Mar 2007
    • 190

    what is technology behind GET and POST

    Hi how to get value using method POST,GET

    I want to know the technology of submit the value. While we submit the form using POST or get Method, We get the value using $_POST or $_GET. But what is the basic technology to pass the value one form to another.
  • ronverdonk
    Recognized Expert Specialist
    • Jul 2006
    • 4259

    #2
    This question has nothing to do with PHP, so it soes not belong in that forum.

    I will move it to the "Misc. Question" forum.

    moderator

    Comment

    • Atli
      Recognized Expert Expert
      • Nov 2006
      • 5062

      #3
      I don't really understand what you are asking.

      When you submit a form, your browsers simply encodes your form values into the HTTP request, which the HTTP server passes along to PHP, which parses them into the $_GET or $_POST super globals.

      Comment

      • sicarie
        Recognized Expert Specialist
        • Nov 2006
        • 4677

        #4

        Comment

        • ronverdonk
          Recognized Expert Specialist
          • Jul 2006
          • 4259

          #5
          From all threads you open I have the distinct impression that you want our members to do you (school) home work for you.

          Also, when your questions are answered, you never, ever, acknowledge that you have the solution or that you have been helped. You also never answer questions by our members when they ask about specifics of your questions.

          Ronald

          Comment

          • hsriat
            Recognized Expert Top Contributor
            • Jan 2008
            • 1653

            #6
            Originally posted by ronverdonk
            From all threads you open I have the distinct impression that you want our members to do you (school) home work for you.

            Also, when your questions are answered, you never, ever, acknowledge that you have the solution or that you have been helped. You also never answer questions by our members when they ask about specifics of your questions.

            Ronald
            @maheswaran.... Bad manners dude!! Which school do you study? Will ask your teacher why don't they teach manners to the kids!!

            Comment

            Working...