Using post to search a website

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • fluk3d
    New Member
    • Jul 2007
    • 5

    Using post to search a website

    Hello,

    I've been racking my brains trying to find a solution, and Google searched but maybe someone can shed some light on this situation.

    I'm trying to make a form in php which will take a variable and send it to an aspx form which will submit that form with the php-variable sent. Something like a form filler/submit

    The aspx form using a POST request.
  • mwasif
    Recognized Expert Contributor
    • Jul 2006
    • 802

    #2
    Use cURL. Read user comments too at the bottom of the page.

    Comment

    • pbmods
      Recognized Expert Expert
      • Apr 2007
      • 5821

      #3
      Alternatively, you can create an HTTP stream. Check out this example (but change 'GET' to 'POST').

      Comment

      Working...