cgi parameters

Oleg Broytmann phd at phd.pp.ru
Thu Dec 28 11:24:12 EST 2000


On Thu, 28 Dec 2000, QdlatY wrote:
> <form action="newpost.cgi?index=1" method="post">
                           ^                 ^ you are trying to combine
both GET and POST methods. WWW Servers do not allow it. Pass your value in
a hidden field in the form.

Oleg.
----
     Oleg Broytmann            http://phd.pp.ru/            phd at phd.pp.ru
           Programmers don't die, they just GOSUB without RETURN.





More information about the Python-list mailing list