How Can I Query for Unique Value and Update another Field in Same Table If return True mysql php

后端 未结 3 391
一个人的身影
一个人的身影 2021-01-29 10:46

I want to update mysql table pin if Pin field value is the same as the user input pin.In this case, I want to update appid field in the pin table once the the select query retur

3条回答
  •  梦谈多话
    2021-01-29 10:58

    
    

    Add one more field "number_update" in your database table as suggested by Mr. Neo and replace your code with the above code.

提交回复
热议问题