Hi all,<br>I&#39;ve misunderstood the bindings from the webserver.<br><br>I have a cgi program wich displays a webpage with an input field named number at <a href="http://127.0.0.1/cgi-bin/input">127.0.0.1/cgi-bin/input</a> and wich calls (via a form) /cgi-bin/extract-input.<br>
<br>For example, after sending, the url could be <a href="http://127.0.0.1/cgi-bin/extract-input?number=42">127.0.0.1/cgi-bin/extract-input?number=42</a><br><br>How can i extract in my cgi program extract-input the number 42 ?<br>
<br>(This works perfectly when i launch a local program with a (start request) and when i use (extract-bindings request) or (cdr (assq &#39;number request)) .. but here, there is no request ... )<br><br>Thanks alot,<br>-mw