Posts by Diego Vissini • 66 points
1 post
-
5
votes2
answers79
viewsA: UPDATE SET in a record
The problem is that your UPDATE there is no clause WHERE, that is, will update all records in the bank. For this to work change your UPDATE for: mysql_query("UPDATE pedidos SET produzido = '1' WHERE…