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 call to the
php application?
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 call to the
php application?
Comment