methods
1 FaverShareViewed: 15 TimesQuoted: 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.
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 TimesRelated Content from Around Faves
posts
-
Quoted:
1 FaverViewed: 4 Times - jmldslv - Sep 19 2008111 FaversViewed: 11 Times
- ross - Apr 06 20071 FaverViewed: 12 Times
request
- 1 FaverViewed: 1 Time
- apachehtaccess - Oct 04 20071 FaverViewed: 9 Times
- apachehtaccess - May 23 20071 FaverViewed: 51 Times
