Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.73K
~245 People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for tigrum

Hi, you can do what you need with this easy python to php example that I code for a client of mine: [code] #!/usr/bin/python import urllib import urllib2 url = "http://172.16.1.4/01.php" data = {"name": "FErArg"} data = urllib.urlencode(data) request = urllib2.Request(url + '?' + data) response = urllib2.urlopen(request) page = …

Member Avatar for serinformaticos
0
245

The End.