Posts by Christophe Costa • 11 points
1 post
-
1
votes1
answer287
viewsQ: Pass a php array in a query and return multiple results
I want to pass a dynamic POST array of type: array(2) { [0]=> string(1) "1" [1]=> string(1) "3" } For an SQL query where it returns multiple results depending on the string values in the array…