I was wondering if anyone knows of a way to just send all your post variables somewhere else, because I'm writing a script that deals with paypal's IPN system and you have to send back all the variables that they send you in order to verify it, this script has no visable output whatsoever and it will be a pain in the ass to individually handle the 40 something post variables they send out.
I don't want to pass them throught the URL and I can't use a form. Any Suggestions?