[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.python

Re: Submit HTTP GET data from XP PC to PHP on web server.

Joe Riopel

2/19/2010 2:44:00 PM

On Fri, Feb 19, 2010 at 3:54 AM, Schedule <sschedule@gmail.com> wrote:
> Hello everyone
>
> I haeve tried to understand the capabilities of python in web development.
> Have gone throuhg forums and online tutorials. Nevertheless I am not able to
> find any topic which can give me some insite along with basic examples of
> how to send http get data from an xp mashine using python code to php on web
> server.

Have a look at urllib2 (urllib2.Request) and maybe mechanize
(http://wwwsearch.sourceforge.net/...).