in reply to Re: Adding Array References to an Array
in thread Adding Array References to an Array

if($tfl_contents[] ne "") (you did have a null string, no?) may be better written as if($tfl_contents[9]).

It may be worse, too, if there's a 0 in that slot.