Jump to content
Fórum Script Brasil
  • 0

Select


JuNiN-GyN

Question

5 answers to this question

Recommended Posts

  • 0

Coloca tudo dentro de um array

tipo assim:


$sql="select 8 from tabela where condicao='$condicao'";
$resultado=mysql_query($sql);
$while ($linha=mysql_fetch_array($resultado)){ //essa linha coloca o resultado da pesquisa sql dentro de um array

echo ("<BR>id=$linha[id]"); // o nome que fica dentro dos colchetes é o mesmo nome do campo da sua tabela no mysql, voce pode usar numeros tambem comecando do zero.
echo ("<BR>nome=$linha[nome]");

}

Espero ter ajudado.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Forum Statistics

    • Total Topics
      152.2k
    • Total Posts
      651.8k
×
×
  • Create New...