Automatic Form Submission?
Posted: Sun Nov 28, 2004 9:04 pm
I have one php file. It will display a <form> if 'submit' is not set, otherwise it will send me some mail and then I want it to send the form variables via a POST method.
Some important things to note:
1. The form action directs it to PHP_SELF, so when it comes back in, it can mail and do other things for me.
2. Due to the nature of some of this code, I do not want show anything yet because some of this is for credit card authentication, so the idea is basically the most important thing here.
3. This has to be done this way because I have to send the data to two places, Verisign and myself.
So my question is: Is it possible to automatically submit form variables to a URL after they have been submitted to a PHP file?
Thanks so much!
Some important things to note:
1. The form action directs it to PHP_SELF, so when it comes back in, it can mail and do other things for me.
2. Due to the nature of some of this code, I do not want show anything yet because some of this is for credit card authentication, so the idea is basically the most important thing here.
3. This has to be done this way because I have to send the data to two places, Verisign and myself.
So my question is: Is it possible to automatically submit form variables to a URL after they have been submitted to a PHP file?
Thanks so much!