Results 1 to 6 of 6

Thread: [RESOLVED]Help with Arrays

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Dec 2004
    Posts
    326

    Question [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
    Last edited by zalez; Apr 7th, 2007 at 03:26 PM. Reason: Resolved

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width