1 - 10 of 33 Faves|
vote
16
Faved by: uday
Jul 03 2008 - via www.siafoo.net

Quoted: Need to override an operator in your Python class? Ever wonder what all those double-underscore class methods do? Here's your answer. Note that this is a work in progress, feel free to add to it -- the list of methods & properties that I know about is at the bottom.

1 FaverShareViewed: 15 Times
vote
37
Faved by: apachehtaccess
Feb 22 2007 - via www.askapache.com

Relaying POST data, allowing the script to redirect
Explanation

You could add a hidden input variable to your forms and then based on that variable you can redirect the POST vars to a certain script.
Code for send-email.php

This simply acts as a POST relay or proxy that you can use to send off your POST results to multiple scripts.

1 FaverShareViewed: 36 Times

Page 1