Posts by Geicyane Clemente • 3 points
3 posts
-
0
votes1
answer57
viewsQ: Error sending form by pressing Enter - PHP
good evening. I’m having a problem submitting a form, typing Enter returns the error: php’s "Undefined Index". However, if I click the Login button, it normally submits. < script type =…
-
0
votes0
answers41
viewsQ: PHP - Showing errors while doing Ubmit.
Showing success message after changing password shows these errors. ------- This is the action used to change the password ---------- NOTE: The errors shown are related to other actions of other…
-
-1
votes1
answer52
viewsQ: I cannot register a record in the database
<?php session_start(); if(!(isset($_SESSION['usuario']))){ header("location: index.php"); } include './classes/Conexao.class.php'; include…