Posts by Luciano Xavier • 1 point
1 post
-
-1
votes1
answer224
viewsA: How do bindValue in PHP when the value is an array?
If I understand your question, I believe you should return your query by making a foreach. Example: Array (id => 1) foreach ($array as $key => $value){ $type = (is_numeric($value) ?…