header("Location: example.php?var=$value"); etc...

  Or sessions...

--

Julio Nobrega

Don't eat the yellow snow.


"Wilbert Enserink" <[EMAIL PROTECTED]> wrote in message
00e101c17d86$a2c391a0$[EMAIL PROTECTED]">news:00e101c17d86$a2c391a0$[EMAIL PROTECTED]...
> Hi all,
>
>
> my q: The results of a form are being POSTed to a php script. There I play
> around with the inputted variables. Now I want to post them again to a new
> script. I know I should use
>
> header(location:http://www.xxx.yyy/somepage.php)
>
>
> But how do I construct the header which is used to post my variables
> ($var="value")to the page at www.xxx.yyy/somepage.php
>
> I tried this:
>
>
> $var="value";
> header("Location:http://www.xxx.yyy/somepage.php";);
> header ("var: value");
>
> but it didn't work....
>
>
> any ideas on constructing a header are welcome!?
>
> Thanx in advance,
>
> regards,
>
> Wilbert
>
> -------------------------
> Pas de Deux
> Van Mierisstraat 25
> 2526 NM Den Haag
> tel 070 4450855
> fax 070 4450852
> http://www.pdd.nl
> [EMAIL PROTECTED]
> -------------------------



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to