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: [email protected] To: [email protected] CC: [email protected] 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