I'm basically doing a select * in mysql and trying to put all the data in the table into an array using PHP but not having much luck. It seems that the first row of the table is correctly placed into ...
Long story short, i'm trying to optimize a situation where I need to iterate through an array of about 3000 items and check to see if they are in another array of up to 3000 items.<BR><BR>Obviously, ...