Hi,
I am a quite new at php.
How do you store an sql result in a php array? The array will hold, the following fields;
itemid, itemname and itemdesc.
I would then require, depending on the user selection to query the array by itmeid, and return the itemname. How is that done?
Please help!
Thanks