|
Right, ok. I removed all of the "'s, and the query works, but I get the error that column ssn is defined twice.
This is on a form where all the inputs are defined by a for each, then matched & placed in the database.
foreach ($_POST as $key=>$value) { ......
Since ssn would be defined in both the actual query and for each, how do I get it down to one?
|