-1
I have in the following code:
$sql = mysqli_query($strcon, "SELECT * FROM cadastro");
$exibe = mysqli_fetch_row($sql);
echo "<table>";
echo "<tr><td>Nome:</td>";
echo "<td>".$exibe[1]."</td></tr>";
echo "<tr><td>Sobrenome:</td>";
echo "<td>".$exibe[2]."</td></tr>";
Give me the result:
Nome: Olivaldo
Sobrenome: Liveira
Obs.: Data passed via method POST no
<form>
I want to bring you all the results, from my table on the screen, Bring in case all ID lines.
Not without where to start searching. Can you help me please?
@Nouzanadam is a report you’re putting together?
– gabrielfalieri
I want to create daily query board. So I decided to study php.
– Natan Martins Nouzanadam
Welcome to the IT world, we need the orders
– gabrielfalieri
@Natanmartinsnouzanadam See my answer below, if she helped you, mark it as resolved
– Pedro Augusto