There is such code:
<?php list(filename, name, author, material, scale, date, museum, city, notation) = $_POST; echo author; An error
Parse error: syntax error, unexpected ',', expecting '(' in C: \ OpenServer \ domains \ localhost \ csv.php on line 2
Why?