Mam problemik niby łatwy a jednak troche mnie dręczy!
Mam taki formularz:
<?php <form action="index.php?str=liga&liga=" method="GET"> <div ><span class="lewa"> <h4><b>Dywizja:</b></h4></span> <span class="prawa"><input class="itext" name="dywizja" style="width:100"> </span><br><Br></div> <div><span class="lewa"> <h4><b>Liga:</b></h4></span> <span class="prawa"><input class="itext" name="liga" style="width:100"> </span><Br><Br></div> <div><span class="lewa"> <h4><b>Sezon:</b></h4></span> <span class="prawa"><input class="itext" name="sezon" value="1" disabled style="width:100"> </span><Br></div> <br> <div><Center> <input type="submit" class="ibutton" value="Przejdź" /> </from> ?>
Chcę aby po wypełnieniu formularza przenosiło mnie do linku np:
index.php?str=liga&liga='.$_GET['dywizja'].'_'.$_GET['liga'].'
Jak to zrobić bo ?
Pozdrawiam