Posts by Thalis Michelino • 23 points
2 posts
-
1
votes0
answers34
viewsQ: I cannot validate registration with Recaptcha using PHP
I am trying to do a recaptcha validation in which the user can only register after responding correct the captcha. but I’m not getting it front end code <?php session_start(); ?> <!DOCTYPE…
-
1
votes1
answer101
viewsQ: PHP and Mysql Login Validation Problem
I’m a beginner in PHP and I have a problem validating a login with access level. Code Index.php <?php //Inicializado primeira a sessão para posteriormente recuperar valores das variáveis globais.…