search

Home  >  Q&A  >  body text

I refresh the PHP page directly and can delete the numeric fields in the MYSQL database, but cannot delete the letter or URL fields?

I refresh the PHP page directly and can delete the numeric fields in the MYSQL database, but I cannot delete the letters or URL fields

555.png

我就是我我就是我2412 days ago2198

reply all(1)I'll reply

  • PHP中文网

    PHP中文网2018-05-14 14:35:41

    Your two variable names are the same, the second one $erweima overwrites the first one. If you want to delete both, the SQL statement should be changed to

     dele te from sbm weher ewm= $erweima1  and ewm=$erweima2


    reply
    1
  • Cancelreply