I don't believe you can sent those post variables on the URL.

Either as GET variables on the URL.
Set Session variables and read on the next page.

Or setup a <FORM> with hidden post variables populated with the $post
variables, and JavaScript to auot submit onload.

> Hello,
> I have a webpage that I'm redirecting to other page with header command,
> for instance:
> header("location:information.php?cod1=$cod1&cod2=$cod2&...codn=$codn");
>
> I need send all vars (cod1, cod2, ..codn) on POST method, How Can I do
> this? thanks.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to