Posts by Alicia • 21 points
4 posts
-
0
votes3
answers401
viewsQ: Check CPF and Email fields before sending to the database (PHP)
Good night! I would like to know how I can implement a function (maybe?) or some method to check if the fields Cpf and e-mail in my code already exist in the bank before registering them, and if it…
-
-1
votes1
answer60
viewsQ: Delete button does not work!
Good evening! I have a page excluirConta.php that is not functional, here is the code: <?php session_start(); require_once("../banco/conexao.php"); if (isset($_SESSION['id'])) { $id =…
-
-2
votes1
answer28
viewsQ: Error in data editing page
good night! I have a page for editing the user data that is logged in at that time in the account, however, I am receiving an error message from the page: Here is the php code of the page: <?php…
-
0
votes1
answer160
viewsQ: Two javascript functions on the same page
good morning! I have a little problem in my code and I am new in the programming area, I do not know if my doubt is this well, but, I will show you the code and describe how I want to reach my goal:…