What command to fetch primary key matches stored in array?
Posted: Tue Sep 21, 2004 12:09 pm
I have a search function that returns pk results in an array.
Is there a command to fetch those records from mysql in one go?
Or do I have to loop through the array and fetch individual records?
Is there a command to fetch those records from mysql in one go?
Or do I have to loop through the array and fetch individual records?