[PHP] pobierz, plaintext <?php$res = mysql_query('select * from `kategorie` where `nazwa` ='.$_GET['cat']); while ($row = mysql_fetch_assoc($res)) { echo $row['id']; }?>[PHP] pobierz, plaintext
[PHP] pobierz, plaintext <?php$res = mysql_query('select * from `kategorie` where `id` ='.$_GET['cat']); while ($row = mysql_fetch_assoc($res)) { echo $row['id']; }?>[PHP] pobierz, plaintext
[PHP] pobierz, plaintext <?php$res = mysql_query("select * from `kategorie` where `id` ='".$_GET['cat']."'");?>[PHP] pobierz, plaintext