$csv = $_POST['csv']; mysql_query("INSERT INTO csv (unicode, content) VALUES ('$unicode', '$csv')");
content is a TEXT entry. csv keeps csv content in itself, so there are signs in it ", I think it’s just because of them there is a problem with the record. after the query is executed, the value is content == NULL
Since it is the same to write the csv content in the TEXT record