On Tue, 11 Nov 2014 10:48:41 -0500, Larry Martell wrote:

> Is there some way python can communicate like curl ... it needs to send
> the request string in the body of a POST request to the URL that will
> route to the PHP script and get the output back.

http://www.lmgtfy.com/?q=python+http+request

and perhaps

http://www.lmgtfy.com/?q=python+parse+html

Personally I think last time I wanted to do we scraping in python I used 
requests and beautifulsoup, but ymmv.

-- 
Denis McMahon, denismfmcma...@gmail.com
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to