knowj
03-20-2008, 09:39 AM
I have an array stored within a session in PHP which i plan to loop out of to produce the product codes and quantities.
Basically if i had 7 products in this array would it be more efficient to run 7 simple queries or 1 query using OR to get each product?
thanks in advance
J
Or is there a more effective method?
Basically if i had 7 products in this array would it be more efficient to run 7 simple queries or 1 query using OR to get each product?
thanks in advance
J
Or is there a more effective method?