Can\'t PDO bind a value to multiple occurrences of a param in a query with a single bindParam()?
I\'m surprised, I thought it was possible, but I did
See PDO::prepare
You cannot use a named parameter marker of the same name twice in a prepared statement