Hi,
When you say you that you want to send this data via Apache do youmean that the web server you are sending to is running Apache
Yes. If you simply want to emulate a a web page with a submit button thatsends a Post you do it with code a bit like the following
import urllib, urllib2url = "" hr
Thank you for the great explanation, Danny.. I was confused...
Thank you all for your help!
PatriciaOn 6/11/06, Danny Yoo <[EMAIL PROTECTED]> wrote:
> I'm sorry. I think I didn't explain myself well. My problem is not with> the database.. The part I'm not sure how to do is connect to the remote> c
I'm sorry. I think I didn't explain myself well. My problem is not with the database.. The part I'm not sure how to do is connect to the remote computer.. I read somewhere that os.popen would work, but I'm not sure if that will do for me because I have to enter a passphrase and password to connect
Hi again!
result[0] is the value i got from the database. I tried the following piece of code and got :
"TypeError: not enough arguments for format string"
if result [0] in range(0, 101, 10):
selected_value = result[0]
else:
selected_value = '-'
ta