0
I have error in the presentation of the code: introducing
Parse error: syntax error, Unexpected ''">' (T_CONSTANT_ENCAPSED_STRING) , expecting,' or ';'
the code referring the error is the second line, will have to help worth!
echo '<div class="letras">
<label class="alternativa" for="'.$i+1.'" >'.$letras[$i].',
<input type="radio" name="1" id="'.$i+1.'" value="'.$numabcde[$i].'">'.$randabcde[$i].'
</label>
</div>
}';
thanks for the support !
– Fernando Junior
It would be nice to separate each line with its separate echo, or use echo only in place of variables.
– Bacco
@Fernandojunior if the answer solved the problem mark it as correct please. Thank you
– Guilherme Nascimento