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.