Mam problem z formularzem
<?php <center> <font color=blue><b>Szukajka:</b></font><br> <table cellspacing='1' class='szukaj'> <tr> <form name="searchnick" method="post" action="ban_search.php"> <td height='16' class='szukaj'>Nick:</td> <td height='16' class='szukaj'><input type='text' name='nick' value='' id="head_search_field"></td> <td height='16' class='szukaj'><input type='image' name='submit' src="templates/lol.gif"></td> </form> </tr> <tr> <form name="searchnick" method="post" action="ban_search.php"> <td height='16' class='szukaj'>IP:</td> <td height='16' class='szukaj'><input type='text' name='ip' value='' id="head_search_field"></td> <td height='16' class='szukaj'><input type='image' name='submit' src="templates/lol.gif"></td> </form> </tr> </center> </table> ?>
A mianowicie formularz nick działa a IP nie, dlaczego przecież w pliku ban_sarch.php też jest zaznaczony. Tu jest plik ban_search.php --> http://pastebin.com/m6932fb5c . Może mi ktoś powiedzieć co robie źle ?