I'm using the php below to display data from an array. I receive a parse error on line 26 (that is the following line) of the code:
$delete = echo $field['id'];
This is the exact error message:
Parse error: syntax error, unexpected 'echo' (T_ECHO) in \path\to\file.php on line 26