Re: http call.

2006-10-28 Thread haiyun
Steve Holden 写道: > Kirt wrote: >> Hi! >> >> I have a php program (test.php) on a server. eg: >> http://abc.xyz.com/test.php >> >> I need my python scripts to make a http call to these program pass some >> data and get back a secret key from the php program.. >> >> Could anyone help me this, what wi

Re: http call.

2006-10-24 Thread Steve Holden
Kirt wrote: > Hi! > > I have a php program (test.php) on a server. eg: > http://abc.xyz.com/test.php > > I need my python scripts to make a http call to these program pass some > data and get back a secret key from the php program.. > > Could anyone help me this, what will i need to make a http

Re: http call.

2006-10-24 Thread Bruno Desthuilliers
Kirt wrote: > Hi! > > I have a php program (test.php) on a server. eg: > http://abc.xyz.com/test.php > > I need my python scripts to make a http call to these program pass some > data and get back a secret key from the php program.. > > Could anyone help me this, what will i need to make a http