On 04/04/2011 01:01 PM, Corey Richardson wrote:
On 04/04/2011 01:36 AM, Littlefield, Tyler wrote:
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
>Sending POST data can be done as follows (I'm changing bar=foo to
Thanks for this, and the links.
On 4/4/2011 12:24 AM, Chris Rebert wrote:
On Sun, Apr 3, 2011 at 10:36 PM, Littlefield, Tyler wrote:
Hello:
I have some data that needs to be fed through a html form to get validated
and processe
On 04/04/2011 01:36 AM, Littlefield, Tyler wrote:
> 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
On Sun, Apr 3, 2011 at 10:36 PM, Littlefield, Tyler wrote:
> 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
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.c