Jump to content
Fórum Script Brasil
  • 0

(Resolvido) Deletar da Tabela via link


Gabriel Maricato

Question

Boa tarde galera, beleza?

é o seguinte.. eu tenho um painel de galeria de fotos no qual preciso excluir imagens..

como eu faço para excluir uma só?

} elseif($evento=="excluir"){

    $codvendas = $_GET["codvendas"];

    $conexao->SetSQL("DELETE FROM vendas WHERE codvendas = '$codvendas' '");
    $conexao->Executar();
<a href="eventos.php?evento=excluir&amp;imagem=<? echo $tabela["imagemA"] ?>"><img src="imagens/icon_remove.gif" width="13" height="13" border="0" /></a>

eu tenho esses codigos como base.. só que assim ele exclui o registro inteiro.. queria apagar um campo só da tabela..

deu pra entender?

Valeu!

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

cara valeu pela atenção, mas ainda não rolou não :/

<a href="eventos.php ? evento=excluir &amp; imagem=<? echo $tabela["codnoticia"] ?>">Excluir</a>

o link fica :

http://www.bmjardins.com.br/site/painel/pr...;codnoticia=104

eu queria que apagasse a imagem1 do campo 1...

} elseif($evento=="excluir"){
    $codnoticia = $_GET["codnoticia"];
    $conexao->SetSQL("UPDATE projetos_comercial SET imagem = NULL where codnoticia = $codnoticia");

nada acontece :/

Edited by Gabriel Maricato
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
      652k
×
×
  • Create New...