5 Feb
2003
5 Feb
'03
8:05 a.m.
Hi, Does anyone knows if there's a method with ZOPE to pass variables through POST method, beside using forms? Something like this: REQUEST.RESPONSE.redirect('url',query) with the effect of the following code in usual python:
import urllib params = urllib.urlencode({'spam': 1, 'eggs': 2, 'bacon': 0}) f = urllib.urlopen("http://www.musi-cal.com/cgi-bin/query", params)
TIA. -- ICQ: 165549179