Re: [Tutor] urllib2 and php authentication

2008-07-27 Thread Roel Schroeven
W W schreef: On Sat, Jul 26, 2008 at 7:31 PM, Daniele <[EMAIL PROTECTED] > wrote: Hi, I'm trying to connect to a site that requires a php login. I used the urllib2 module in the following way: It requires a php login, or php handles the login? >>> i

Re: [Tutor] urllib2 and php authentication

2008-07-26 Thread W W
On Sat, Jul 26, 2008 at 7:31 PM, Daniele <[EMAIL PROTECTED]> wrote: > Hi, > I'm trying to connect to a site that requires a php login. I used the > urllib2 module in the following way: > It requires a php login, or php handles the login? >>> import urllib2 > >>> user='xxx' > >>> password='yyy' >