
Oto Kod:
<? function szukarka() { echo '<table align="center"><tr><td><form name="szukaj" action="szukaj.php" method="POST"> <input type="text" name="text" value="'.$text.'" style="width:300px" class="button"/></td></tr></table><table align="center"> <tr><td><input type="radio" name="a" value="download" />Download</td> <td><input type="radio" name="artykuly" />Artykuły</td> <td><input type="radio" name="informacje" />Informacje</td></tr> <tr><td><input type="radio" name="katalog" />Katalog Stron</td> <td><input type="radio" name="news" />Newsy</td> <td><input type="radio" name="forum" />Forum</td></tr></table> <table align="center"><tr><td><input type="radio" name="wszedzie" />Wszędzie</td></tr> <tr><td> <input type="submit" class="button" value="Szukaj" /> </form></tr></tr></table>'; } function download() { $query = "SELECT * FROM download where tytul like '%$text%' ORDER BY date"; $tytul = $row['tytul']; echo '<table><tr><td><img src="theme/'.$theme.'/images/right.gif" border="0"> '.$tytul.'</td></tr></table>'; } } ?>