Posts by HectorBonilha • 23 points
2 posts
-
0
votes1
answer135
viewsQ: reCaptcha - submitted form is validated?
I am implementing reCaptcha, the box with the checkbox for the user to click and confirm that it is not a robot is being presented, but I have doubts if it is really working, because I am using:…
-
2
votes1
answer377
viewsQ: Relation N-to-N - How to join two fields in a Postgresql record -
In a N-to-N relationship I have three tables "book", "author" and "author book". The following data and structures: tblLivro: id_livro | nomelivro '1' ; 'O Cortiço' '2' ; 'O mulato' '3' ; 'Quimica…