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

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