Hello,
I am trying to keep my DB access code separate from the rest of my code.
I have a MySQL query which retrieves multiple rows. What I want to do is put those into a multidimensional array from which I can retrieve the values elsewhere.
Does anyone know if I can do this using a MySQL function without writing a complex routine?
TIA