can anybody know show me how to get url parameters by web.input func
uinder mod_wsgi
code:
<pre><code>import web urls = ( '/.*', 'hello', ) class hello: def
GET(self): return web.input() application = web.application(urls,
globals()).wsgifunc()</code></pre>
in browser,i input: localhost/?name=blabla&id=7
noting was got from page .
how can i get "name=blabla&id=7" ?
but use web.py 's server ,it works ok.
what's the matter?
thanks anyway.
--
You received this message because you are subscribed to the Google Groups
"web.py" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/webpy.
For more options, visit https://groups.google.com/groups/opt_out.