1
I’m using the remote
<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 coming with double quotes " :
http://localhost/teste/confirmar.php?inst=ufruralrj"&sala=ichs_paulo_freire"&ano=2016"&mes=janeiro"
How do I get it off?
Could you post the part of your PHP that is generating the variables used to compose the GET of the link? Because apparently these double quotes are coming from the end of each PHP variable and should not exist, either single or double. ** Puts the. :)
– Gabriel Garcia