PDO Parameterized Query – Reuse named placeholders?

PDO::prepare states that “you cannot use a named parameter marker of the same name twice in a prepared statement”, so I guess that’s a no then.

Leave a Comment