Re: [PHP] How do I submit a POST form?

2001-02-27 Thread Richard Lynch
r.htm - Original Message - From: "Alexis Michel Golzman" <[EMAIL PROTECTED]> Newsgroups: php.general Sent: Sunday, February 25, 2001 2:47 AM Subject: [PHP] How do I submit a POST form? > Hi, > > I've submitted many times a GET form like this: > > header(&qu

[PHP] How do I submit a POST form?

2001-02-25 Thread Alexis Michel Golzman
Hi, I've submitted many times a GET form like this: header("Location: http://examplesite.com/myscript.php3?key=value&key2=value2&keyn=valuen"); but now I need to submit a POST form. How is this done? I found this Perl code on the web: --