Questions tagged as 'id'

1
answer

How to return the id of the user who is in the session

require_once('conexao.php'); @$email = $_POST['email']; @$senha = md5($_POST['senha']); // $email = "[email protected]"; // $senha = "12346"; $pdo = $dbconn->prepare("SELECT userid, nome, nivel FROM usuario WHERE email=:email and senha=:...
asked by 17.03.2018 / 23:13
3
answers

Doubts about database modeling, duality of ID's

I am creating a system aimed at law firm, and in the middle of development the following situation appeared: There are the following tables (summarized): TB_PROCESSO having: IDPROCESSO ID_CLIENTE ID_REU TB_CLIENTE having...
asked by 13.08.2018 / 20:23
2
answers

Pass PHP ID to Modal Jquery Window

I need to finalize an urgent project and there is something I need to do and I have no idea how it is done. I am doing a student registration system, where I will search by name, cpf or class schedule. All search methods will be non-exact sea...
asked by 29.12.2016 / 20:49