Posts by KingBrDZN • 42 points
6 posts
-
0
votes1
answer32
viewsQ: Select from two columns showing also what is not related
Hello, I’m having the following difficulty: I’m using a Select that encompasses two tables tb_illness and tb_vaccine, but it does not display all values. EXAMPLE On the table tb_illness there are 33…
-
1
votes2
answers1769
viewsA: Protect from sql Injection in php
Try this //trim ignora uso de espaço antes e depois da palavra ou frase //strip_tags não interpreta o uso de tags dentro do input $nome = trim(strip_tags($_POST['nome'])); $cronica =…
-
0
votes1
answer116
viewsQ: Display a record by quantity and the most repeated value of a column
Hello, I have the following problem: I need to display the localities, the number of shipments of each one (ie how often the name of the locality appears in the column) and the most common disease…
-
-1
votes3
answers122
views -
0
votes1
answer260
views -
0
votes1
answer544
viewsQ: View modal when sending data to a PHP database
I’m trying to make sure that after the user clicks on the send button, the system displays a modal with some data. But I’m not getting why even without filling anything in the form, when clicking…