• [^] # Re: question...

    Posté par . En réponse au journal Un petit jeu de manchot. Évalué à 2.

    Sinon tu peux utiliser cURL: http://curl.haxx.se(...)

    exemple tiré de http://curl.haxx.se/docs/httpscripting.html(...) :
    The form would look very similar to the previous one:

    [form method="POST" action="junk.cgi"]
    [input type=text name="birthyear"]
    [input type=submit name=press value=" OK "]
    [/form]

    And to use curl to post this form with the same data filled in as before, we
    could do it like:

    curl -d "birthyear=1905&press=%20OK%20" ww.hotmail.com/when/junk.cgi