Re: [PHP] How to POST a HTML-page with the header function

2002-02-13 Thread L. Hoeneveld
Rick Emery wrote: > Short answer: NO. > Because your method is the same as the GET method > > Use cookies or sessions to pass hidden variable values > > -Original Message----- > From: L. Hoeneveld [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 13, 2002 3:05 AM >

[PHP] How to POST a HTML-page with the header function

2002-02-13 Thread L. Hoeneveld
We use the header() function to display a html page like this: header("Location: $mail_error_page?CODE=$CODE"); But instead of showing the variable $CODE we would like to hide it. Just like when you POST variables to a HTML-page. Is there any way to do this? -- Regards, Léon Hoeneveld The Nethe