[EMAIL PROTECTED] wrote:
> Is it possible to pass data from an html command to a python script as
> an argument, to create a chart from the provided data?

http://en.wikipedia.org/wiki/Query_string is a good overview of how to do this 
via GET in the URL, with a mention of how to do it in the request body with 
POST. If you have further questions, you should ask at comp.lang.python: 
http://mail.python.org/mailman/listinfo/python-list



Robert Brewer
[EMAIL PROTECTED]

_______________________________________________
Web-SIG mailing list
Web-SIG@python.org
Web SIG: http://www.python.org/sigs/web-sig
Unsubscribe: 
http://mail.python.org/mailman/options/web-sig/archive%40mail-archive.com

Reply via email to