Kodu birde benim verdiğim şekilde ekleyip dener misiniz.
if ($oyunisim != "" && $oyunresim != "" && $swflink != "") {
if (!mysql_num_rows("select * from oyunlar where oyunisim='$oyunisim'")) {
$ekle=mysql_query("insert into oyunlar (oyunisim, oyunresim, swflink) values (oyunisim='$oyunisim', oyunresim='$oyunresim', swflink='$swflink')");
if ($ekle)
echo "\"$oyunisim\" adli oyun eklendi.. - $swflink - $oyunresim <br>";
}
}