I want to pass data onto my python program through an url and then store
the information in a mysql db.

For instance i want to call http://<yourserver.com
>/expand.py?mobile=992828282&region=India

and i get the "mobile" and "region" values inside my program which i can
then save into my db.

In php i could use $_get and do this. I'm new to python, how can i do it
here.

Thanks.
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to