mysql_query("INSERT IGNORE INTO music (songname, artists, song_desc, url)
VALUES('$song_name', '$artists','$song_desc','$url')") or die ("ERROR");
Does anybody see what's wrong with this code? I can't seem to pinpoint the problem. I'm getting the "ERROR" report.