I'm using the
<button class="button button1" value="janeiro"
onclick="location.href=
'escolha_dia.php?inst=<?=$acao;?>&sala=<?=$acao2;?>&ano=<?=$acao3;?>&mes=janeiro';">
Janeiro</button>
but the result is double-quoted ":
http://localhost/teste/confirmar.php?inst=ufruralrj"&sala=ichs_paulo_freire"&ano=2016"&mes=janeiro"
How do I get this out?