Posts by Matheus Ciccotti • 38 points
2 posts
-
1
votes1
answer57
viewsA: Sessions with PHP
Buddy, just take the semicolon off the function checkUsuarioLogado function checkUsuarioLogado($mysqli) { if (!isset ($_SESSION['senha'], $_SESSION['login'])); //Só tirar esse ponto e virgula return…
-
1
votes1
answer65
viewsQ: Error picking radio input data
Guys, I’m having the following problem sending the form: Follow part of the form code and validation: <div class="form-group"> <label for="sexoFunc" class="control-label…