Skip to content
Advertisement

Tag: prepared-statement

PHP: update through array

I have a problem with the following code. index.php crud.class.php The code “works” but it doesnt do it the right way. It does update at the requested id in the correct table, but the values are both the same. The data base contains 2 cols (gerecht and omschrijving) and the values that will be updated to the database a both

Advertisement