New PDO Behavior In PHP 5.2.1
Tuesday, February 27th, 2007 (21:41)In PHP 5.2.1, PDO no longer allows you to bind a single parameter to multiple identical named placeholders. Read on for a way to get around this, at least when it comes to binding **values** to SQL statements.