Most voted "id" questions
56 questions
Sort by count of
-
-1
votes1
answer4029
viewsWhat is the difference between Class and CSS id?
I’m starting in CSS and I saw these two properties that are similar and perform the same function, so somehow they must have some difference or other kind of function maybe,I wanted to know the…
-
-1
votes1
answer1269
viewsHow to return the id of the user 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,…
-
-1
votes2
answers96
viewsDo you doubt how to store the ID of a record brought from the bank for later use in PHP?
How could I store the ID of each record, and the ID_PESSOAS by going through the while ($exibe = mysqli_fetch_assoc($dados) so that in the future the user click on the "see vacancies" button I know…
-
-1
votes1
answer376
viewsI’m having an error Cannot read Property 'classList' of null at initialModal, but I don’t know how to resolve
The thing is, I’m a layman at programming, but I’m doing a website, and in this case, all you have to do is pop up, so you can book an appointment at a hair salon. I am following the following video…
-
-2
votes3
answers78
viewsQuestions about database modeling, ID duality
I am creating a system aimed at law firm, and in the middle of the development emerged the following situation: There are the following tables (summarized): TB_PROCESSO possessing: IDPROCESSO…
-
-3
votes2
answers625
viewsPass PHP ID to Jquery Modal Window
I need to finish an urgent project and there’s something I need to do and I have no idea how to do it. I am doing a student registration system, where I will search by name, Cpf or class time. In…