Hello PHP gurus,
I have a select statement in MySQL that goes like this:
SELECT major_category_id, category_id, category_name from merchandise_categories;
This query returns around 100 rows.
Now I want to collect these result rows into a two-dimensional array -- is this possible?
Thanks & Regards
Fouwaaz