DELETE record in a row in PHP

前端 未结 4 1578
春和景丽
春和景丽 2021-01-13 03:30

I was trying to delete a record on my Database. So basically I created a table that contains all of my records. Now what I need to do is when I click on the \"DELETE\" link

4条回答
  •  死守一世寂寞
    2021-01-13 03:58

    Sense when what run_mysql_query a function in php?

    http://php.net/manual-lookup.php?pattern=run_mysql_query&scope=quickref

提交回复
热议问题