Delete function in PHP with mysql

0

I have the following line:

mysqli_query ($ connection, "DELETE FROM itenspauta where CodItem = $ receecod3");

But it excludes the whole line, and I just wanted to delete just one column from this table. Following table:

I wanted to delete only the routing column when prompted. Anyone have tips?

    
asked by anonymous 18.10.2018 / 02:45

0 answers