NorthWest
01-24-2006, 04:43 PM
I have 2 different arrays that contain different types of information.
I want to have a query where the information in those array matches the information in the db.
SELECT *
FROM mytable
WHERE ‘$array1’ = colors and ‘$array2’ = fruits
ORDER BY fruits ASC
Will someone point me in the right direction here? I think I worded this correctly. Thanks in advance.
I want to have a query where the information in those array matches the information in the db.
SELECT *
FROM mytable
WHERE ‘$array1’ = colors and ‘$array2’ = fruits
ORDER BY fruits ASC
Will someone point me in the right direction here? I think I worded this correctly. Thanks in advance.
