Hi, i am trying to redirect to a different page after submiting a form, but i need to redirect with parameters. When somone clicks on the submit button the form should be submited and then redirect to something like this
Oops, something like this <a href="enter_games_feb.php?<?php echo $MM_keepNone.(($MM_keepNone!="")?"&":"")."february=".$miesiac."&"."date1=".$miesiac?>"
how do i do that please?
well, i used header("Location: somewhere.php?var=value&var2=value2"); and it works like a charm. sorry