<?php if($_POST['author'] != 'Wykonawca' and $_POST['title'] != 'Autor' and $_POST['link'] != 'Link do odsłuchu'){ $name = $_POST['author'] . '-' . $_POST['title']; $id = 0; $votes = 0; $link = $_POST['link']; $sql = "INSERT INTO pool_top10 (id, name, glosy, link) " . "VALUES ('$id', '$name', '$votes', '$link')"; } else{ } ?>