PHP mysql - query row and assign values to array?

Namibnat

New member
I am still learning how to work with databases in php. What is the best way to take a selected row and record the output to an array, with the row values as the array keys in one's php script?
Sorry if this is rather a stupid question. I really struggle to understand the concept of an associative array.
 
Back
Top