RE: Question regarding mod_python and a script for web.

2012-12-21 Thread John Pennington
:42 -0800 Subject: Re: Question regarding mod_python and a script for web. From: ian.doug...@iandouglas.com To: johnp...@hotmail.com CC: python-list@python.org Short answer: Use the POST method on the form instead of GET. Depending how you process the form you might need to make a few changes to

Re: Question regarding mod_python and a script for web.

2012-12-20 Thread ian douglas
Short answer: Use the POST method on the form instead of GET. Depending how you process the form you might need to make a few changes to the script that answers the request. -- http://mail.python.org/mailman/listinfo/python-list

Question regarding mod_python and a script for web.

2012-12-20 Thread John Pennington
Hi Everyone, I'm a linux admin that was tasked by his python programming boss to solve a problem my boss is having with a web form he wrote on our site. Unfortunately for me, I lack any experience whatsoever with python and very little with programming on the web, so my hope is someone can poin