I\'m working with a sequence of queries created with PDO class, in some case, my queries needs the same parameter. I\'ve created an array used in a foreach statement which s
You need to bind the :address, :phone, and :email parameters.