Posts by jonas • 13 points
3 posts
-
0
votes0
answers74
viewsQ: Google Sign In login does not work on the Edge and Opera browsers, plus Google Chrome and Mozilla works
Hello guys this is the error I get when I click the Google Login button in the Opera and Edge browsers. The stranger that errors do not appear in Mozilla and Google Chrome, Chrome and Mozilla log…
-
0
votes0
answers349
viewsQ: I lose the $_SESSION from one view to another php mvc system view
I’m creating my own mvc php to acquire more knowledge. But I’m running into something very strange, I miss the $_SESSION of a view to another view. a. php ----- view a.php <?php session_start();…
-
1
votes1
answer413
viewsQ: MVC PHP + AJAX can’t pass json_encode to ajax’s backup
Hello everyone and I thank you Have the form validation class where you take all form errors: // Validação final do cadastro public function validateFinalCadastro($arrVar) {…