Posts by Jadson Alves • 23 points
7 posts
-
0
votes1
answer53
viewsQ: session comparison with a php database field
I need some help. I have a table in the bank called texts that in turn has a student column that gets emails from those who are saving texts there. On this page below a table has to be generated for…
phpasked Jadson Alves 23 -
1
votes2
answers1167
viewsQ: Take the value of a php session
I have a PHP session that saves the email of the logged in user. Then when this user is registering a text on this page below the text has to be saved with the email field being the one that is…
-
1
votes0
answers73
viewsQ: Relate Ids to Javascript
I need help with Java (I’m a beginner in programming). I have a list of registered firebase players and I need to connect each player with their respective race time. A player has an id= player1 and…
-
-2
votes3
answers498
viewsQ: search email in the database and make it appear in a select with php
(this select is an example) Well I have a select here that will serve to send an email with phpmailer. I want to know how I can do so that in this select appear only the emails registered in my…
phpasked Jadson Alves 23 -
0
votes1
answer352
viewsQ: Sending the contents of a div by email with php Mailer
I have the following code: <?php require_once ("cabecalho.php");?> <div id="menor"> <div class="input-field col s12"> <form action="envia-texto.php" method="post"> <div…
-
0
votes3
answers71
viewsQ: differentiate user type with php
I have a registration system of my system that has two types of users: teacher and student. has a field on the form that is the "user type" of which you can be a teacher or student. I made a code,…
-
0
votes0
answers490
viewsQ: insert into two tables at the same time with php
I’m in trouble. I have the tables usuario and aluno which are related by primary and foreign key. I want to make an insertion with php to insert data into the two tables, the idusuario table usuario…