[RESOLVED]Help with Arrays
I am trying to figure out what the best way to do the following with an array.
I am writing a quiz program that stores the missed questions in a database field in the following format: 1,2,3,4,5
What I am trying to do is pool the results and display them. My goal is to get two arrays that correspond with each other. one to store the actual question number and the other to store how many times that particular question is missed. Each array being respective to each other.
Any ideas? I'm lost :(