I want to find data via id, I have such an array
$result= Array ( [3] => 536371014 [38] => 1435902884 [53] => 100000224980743 )
User _id
[3], [38], [53]
on user tab
user_id name 3 usii 38 test 53 test 2
I want to find all the data through the user ID, how can I do this with the user ID of the result set, which is the index, I tried a lot, but did not get success, please help me do this, thanks for the ton in advance.
source share