in reply to Re: Automate Form Submission
in thread Automate Form Submission

Sorry, I can't easily do that. But I have another question, it appears that when I submit from the form that the other script is reading where the submit is coming from, but when I run my script instead of saying where it is coming from it only has a "-" in it. I am not sure what kind of header method I should be changing. Anyone have an idea? Even better how can I grab all information from both the form and the script so that I can compair how the differ? Thanks

Replies are listed 'Best First'.
Re: Re: Re: Automate Form Submission
by chameliun (Initiate) on Mar 10, 2004 at 20:28 UTC
    I got it! It turns out that the script on the backend was what was bad. The person who wrote it did not use cgi.pm and did there own parsing of the data. This caused it handle the data I was POSTing in a non standard way...