$my_values is an array build from a mySQL query before being passed into the function. I was looking at other code examples and saw similar examples of populating the array with a mySQL query, then useing fetch_array in a while loop to scan through the array.
I've added the step of passing the array as a parameter to a function and deconstructing there. I've been unable to work on my board the past few days so i don't know if this will actually work, but this was a problem I was having trouble with when I last had time to work on it, and I'm trying to learn how to do this so I don't get stumped in 5 minutes next time I work on it...
Thanks for the help!
|