Ajax: Submit method

Discussion in 'JavaScript' started by NoamBarz, Jul 26, 2007.

  1. #1
    I'm used to using Ajax, however, the method I use usually requires that I request a php file that queries my database. The thing is that I need to call the php document this way:

    http.open("GET", url, true);

    I would rather use a "post" method instead of the "get" method - makes it easier to pass data to the target page. Is there a way to do so using Ajax?

    Please help.
     
    NoamBarz, Jul 26, 2007 IP
  2. Mike H.

    Mike H. Peon

    Messages:
    219
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Mike H., Jul 26, 2007 IP