Jump to content
Fórum Script Brasil
  • 0

(Resolvido) mssql inserir ou editar ajudar


MGProjects

Question

Galera precisava de uma ajuda no php..

bem eu to fazendo um sistema.. e eu precisava que ele somasse a quantia existente..

exemplo

$silkAdd = $rowPin['qtd_silk'];

$JIDsilks = mssql_query("SELECT silk_own FROM SK_Silk WHERE JID = '$userJID'") ;

$soma = ($JIDsilks + $silkAdd);

{

mssql_query("update SK_Silk set silk_own = '$soma' where JID = '$userJID'");

echo "Silks have been updated to $soma";

}

ele tinha que pegar na tabela a quantia existente, e somar com a nova quantia

só que tem um problema.. ele não soma.. sempre add o numero da quantia que esta no codigo que eu coloco ou seja se no silk_own tem 100 e o codigo é pra add 200

ele simplismente muda pra 200 , o correto seria ele colocar 300.. quantia atual + nova quantia..

quem puder me ajudar eu agradeço

EDITTT

consegui.. eu estava errando na query

Edited by MGProjects
Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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