Thread: Calling PHP
View Single Post
Old 01-12-2012, 07:49 AM   PM User | #3
fatecaresx13
New Coder

 
Join Date: Jan 2010
Posts: 29
Thanks: 0
Thanked 2 Times in 2 Posts
fatecaresx13 is an unknown quantity at this point
Hmm this is an interesting question. If you have access to the backend of this form there is a far easier way to solve this problem I'm sure.

However, if you can't you want to look up how to essentially do http calls from python and you'll need to know a lot about that form. I'd look into urllib the python library.

To learn more about it go to your Unix command line and type 'python'. Once you have a prompt type 'import urllib' and 'dir(urllib)' or 'help(urllib)'. You can call these two functions on any of the levels down too. I.e. 'dir(urllib.somemethod)'

HTH,
Anthony
__________________
Nerd Stuff (code, rrdtool, monitoring, etc):

blog.anthonyhurst.com
fatecaresx13 is offline   Reply With Quote