Well, how would I do that withtout having to re-type all 300+ variables? An example would be helpful.
My current post processing says to "INSERT INTO / UPDATE table SET var1='$var1', var2='$var2'.... etc"
I have that for all the variables, but I want to run through all posted variables to check for a single "0" and replace with "" before inserting or updating.