cURL Help Needed

Discussion in 'PHP' started by crazyryan, Aug 24, 2007.

  1. #1
    I've never used cURL before but .. what I want to do is:
    Replicate a form on my site and then when a user submits the stuff, it submits to a form on another site, the only problem is that site has captcha, how would I get the captcha image to display as it is?

    I have no idea where to start so I need some guidance with the form part and the captcha, thanks.

    EDIT: Nevermind, I've realised this is alot more complicated than I thought because it needs to be logged in to submit.
     
    crazyryan, Aug 24, 2007 IP
  2. exodus

    exodus Well-Known Member

    Messages:
    1,900
    Likes Received:
    35
    Best Answers:
    0
    Trophy Points:
    165
    #2
    1) Log into the site, using the cookie's from curl to keep you log'd in.
    2) Submit the code.
    3) Pull up the captcha, pause the script, get the captcha input from the user, and
    4) then continue on.
     
    exodus, Aug 24, 2007 IP