I am trying to build a function that extracts information from a database and inserts it into an associative array in PHP using mysql_fetch_assoc, and return the array so another function can display it. I need a way to display the returned assoc array. This should be a different function from the first one
I am trying to build a function that extracts information from a database and
Share
Assuming you’ve made the call, and got $result back: