Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #2549 > unrolled thread

using python to post data to a form

Started by"Littlefield, Tyler" <tyler@tysdomain.com>
First post2011-04-03 23:36 -0600
Last post2011-04-03 23:36 -0600
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  using python to post data to a form "Littlefield, Tyler" <tyler@tysdomain.com> - 2011-04-03 23:36 -0600

#2549 — using python to post data to a form

From"Littlefield, Tyler" <tyler@tysdomain.com>
Date2011-04-03 23:36 -0600
Subjectusing 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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web