"; }else{ $consulta = mysqli_query($c, "SELECT * FROM ".$ano."_participantes WHERE hash='$hash'") or die('Consulta não realizada.'. mysqli_error($c)); } $x=1; $y=1; $z=1; while($r = mysqli_fetch_array($consulta)){ $cod_participante = $r["id"]; $nome =$r["nome"]; $codigo_barras = $r["ra"]; $faltam = 11 - strlen($codigo_barras); $codigo_barras= str_pad( @$input, $faltam, "0", STR_PAD_LEFT).$codigo_barras; ?> "; } if($num_letras <= $limiar2){ $nome = "
".$nome;} if($codigo_barras=='00000000000'){ $texto= "







$nome

PALESTRANTE

"; }else{ $texto="







$nome

"; } echo "$texto"; $espaco=""; $z++; ?>
"; ?>