Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #2549 > unrolled thread
| Started by | "Littlefield, Tyler" <tyler@tysdomain.com> |
|---|---|
| First post | 2011-04-03 23:36 -0600 |
| Last post | 2011-04-03 23:36 -0600 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
using python to post data to a form "Littlefield, Tyler" <tyler@tysdomain.com> - 2011-04-03 23:36 -0600
| From | "Littlefield, Tyler" <tyler@tysdomain.com> |
|---|---|
| Date | 2011-04-03 23:36 -0600 |
| Subject | using python to post data to a form |
| Message-ID | <mailman.182.1301895797.2990.python-list@python.org> |
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 top | Article view | comp.lang.python
csiph-web