we have been using a perl "mailto" script for several years to handle form processing.
I'd like to replace it with a PHP script (naturally :)
We have dozens (if not hundreds) of client pages that submit to the perl script, and it's not practicable to try to find / change them all.
I can tell apache to "Redirect" requests to the mailto.pl to a new mailto.php3 file easily enough, but the "HTTP_POST_VARS" environment variable doesn't seem to survive the redirect... (so I can't process the form fields for mailing / storing / whatever...)
Anybody able to help out with this one?
I also tried to make the php3 file executable (ie make it into a shell script) but of course the security features of php won't let this happen over the web..
Thanks in advance...
Brad