Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #2549
| Date | 2011-04-03 23:36 -0600 |
|---|---|
| From | "Littlefield, Tyler" <tyler@tysdomain.com> |
| Subject | using python to post data to a form |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.182.1301895797.2990.python-list@python.org> (permalink) |
Hello: I have some data that needs to be fed through a html form to get validated and processed and the like. How can I use python to send data through that form, given a specific url? the form says it uses post, but I"m not really sure what the difference is. would it just be: http://mysite.com/bla.php?foo=bar&bar=foo? If so, how do I do that with python? -- Thanks, Ty
Back to comp.lang.python | Previous | Next | Find similar
using python to post data to a form "Littlefield, Tyler" <tyler@tysdomain.com> - 2011-04-03 23:36 -0600
csiph-web