Posts by Leonardo Silva • 39 points
2 posts
-
2
votes0
answers244
viewsQ: g-recaptcha-Response returns no value
The registration form sends the data by ajax, the captcha is completed correctly, and the token is given also as I could verify by the command. However when submitting the form I see that the value…
-
1
votes1
answer38
viewsQ: Mysql Date_add ranges in the same PHP code
$sql2 = "UPDATE usuarios SET expira = DATE_ADD(expira, INTERVAL $diasc DAY, $horac HOUR and $minutoc MINUTE and $segundosc SECOND), expira_manutencao = '0' WHERE expira_manutencao = '1'"; I would…