I need to bring the listing of people within a textarea
or some similar alternative.
I'm bringing it this way:
<textarea rows="5" name="pergunta4">
<?php foreach($avaliadores as $avaliador):?>
<?php echo($avaliador['nome']);?>
<?php endforeach; ?>
</textarea>
But the names of the evaluators end up coming either side by side or random.