Posts by Gilberto Mendes • 11 points
6 posts
-
0
votes1
answer59
viewsQ: Doubts regarding data entry in the database
Ola, I wonder if it had like the field TEACHING UNIT where there is the input and select it at the time of saving in the database save the same as if one would have like ?? <!DOCTYPE html>…
-
0
votes1
answer428
viewsQ: simple quotes not working inside form
My code is not accepting to be written with simple quotes, so it can stay inside the echo. How to resolve this situation? The line with error: $("input[name='enable']") echo " ... <script…
-
0
votes0
answers21
viewsQ: special characters all broken
My "echo" below this bringing from the database the special characters all broken as it fixes that situation ???? <html> <head> <title>Resultados da busca</title> <!--…
-
0
votes1
answer88
viewsQ: Pagination of results
How to insert Pagination of results in the code below, for it only display 5 results in the table and make a counter < 1 2 3 4 > below to show the rest of the result? <?php…
-
1
votes0
answers891
viewsQ: Set up a dynamic survey
How to do a filter search in the database using this example below: The bank variables are: Nome Professor T | Matricula T |Nome Professor S | Matricula S | Nome Professor A | Matricula A | Turma |…
-
-1
votes4
answers1886
viewsQ: How to make an input not accept blank input?
<head> <title>WEB VIDEO AULAS</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <script…