Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End download – Generate Filename from Field (Array)? Reply To: download – Generate Filename from Field (Array)?

#177539
MBM
Participant

Yes error reporting is enabled.

$tcgname[$i]

Displays the value of the name field inside a table cell and all the values in this field can be seen by paginating through the records when displaying and editing records so there’s no issue there. If I add :

var_dump ($tcgname[$i]);

In the download.php script it gives a headers already modified/sent error.