Jump to content
Fórum Script Brasil
  • 0

Selecionar Apenas 1 Registro


Guest SELECT

Question

Guest SELECT

E ae galera do php..

Pois então..

Será q tem jeito de buscar um valor de um campo da tabela de um modo mais simples que mysql_fetch_array()??? já vi em algum lugar isso parece que começa com mysql_. Flowsss

Vou ficar aguardando no F5 ok?

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

pois é.. queria um comando que, sabendo o id do registro, já pegasse o valor do campo, por exemplo, nome. Sei fazer tipo

$SQL="SELECT * FROM tabela WHERE id ='joao'";

$x=mysql_query($SQL);

while($reg=mysql_fetch_array($x)){

$nome=$reg['nome'];

}

.. Se tiver erro de sintaxe ignore.

Então.. queria um comando tipo sei la.. mysql_busca_valor_campo(id=134);

que dê a resposta = 'joao'

parece que algum dia vi mysql_row.. ou algo parecido.. valeu..

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...