use a form and javascript which autosubmits it, and a regular hidden filed.
Brooks Weisblat wrote:
I have a simple html form inside a .php page...
I want to POST that form to a different server, without having the user leave the server that the form is on...
I was using:
fopen( "http://199.xxx.xxx.xxx?name=blah&phone=bleh"r");
which does the job, except my form data will eventually be very long, and I would rather use POST then GET...
any ideas?
thanks
Brooks
brooks@miamisci.org