Posts by Hugo LELIS • 15 points
6 posts
-
0
votes1
answer39
viewsQ: add to id +1 every time a new registration is made
add "+1" every time I register the program gives a constant id and does not change with a new registration void cadastroCliente(){ system("cls"); FILE *arquivo_cliente; CLIENTE clt; arquivo_cliente…
casked Hugo LELIS 15 -
1
votes2
answers35
viewsQ: error when searching client
i made this program my problem is being in researching the client so I research it does not give me the result and terminates the program, I would like to know what I do to remedy the problem…
casked Hugo LELIS 15 -
0
votes0
answers375
viewsQ: error (expected to find SO ) in visualg
algoritmo "qual e o maior valor [vetor]" var valores:vetor[1..4] de real cont:inteiro maior:real inicio cont<-1 maior<-0 enquanto cont<=4 faca escreva("Qual e o",cont,"º Valor: ")…
-
-2
votes1
answer47
viewsQ: how to save data to localStorage with this agenda
THAT AND THE HTML: <!DOCTYPE html> <html lang="pt-BR"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link…
-
-1
votes1
answer110
viewsQ: Recover values after Submit is sent in value
Hello I would like to put the values in the input so that if I press the Submit without having the other information I do not miss what has already been filled I thought putting inside the "value"…
-
-1
votes1
answer520
viewsQ: my code is giving "error in Count(): Parameter must be an array or an Object that Implements Countable in"
the two files that make connection and that: <?php include("classe/conexao.php"); if(isset($_POST['confirmar'])){ //1- Registro dos dados if(!isset($_SESSION)) session_start(); foreach($_POST as…