I plan to add a column of Hidden, and I need a script to write a 1 to this column instead of deleting the row.
I just do an insert into query right?
use the params to determine the row in the where clause, and insert my 1 value into the hidden column right?
a button that passes the selected parameters to run an update query is not opening my page up to injection attack right?
In my other queries I can say in the where clause hidden = 0, but will I have to place hidden in the select and then make a subquery to make the query not show that column? Edit: I tested, I can just place it in the where