Posts by Thaina Lopes • 13 points
2 posts
-
0
votes1
answer98
viewsQ: How to generate 10 times random numbers without being repeated, with loop?
#include<stdio.h> #include<stdlib.h> #include<locale.h> #include<conio.h> #include<time.h> #include<windows.h> int main(){ int nSorteado[6]; int i, j, n1, n2, op,…
casked Thaina Lopes 13 -
0
votes1
answer49
viewsQ: When I write a comment the email of all registered people appears. How do I only show my email that was logged in?
That is the code: <?php $conexao = mysqli_connect("localhost", "root", ""); mysqli_select_db($conexao, "videoaula"); ?> <?php $sql = "select comentarios.id, comentarios.comentario,…
phpasked Thaina Lopes 13