$query = mysql_query("INSERT INTO music_news (`caption`,`content`) VALUES ('$caption','$text')", $db_conn) or die (mysql_error());