View Single Post
Old 02-12-2013, 06:11 PM   PM User | #3
trancecommunity
New Coder

 
Join Date: Feb 2013
Posts: 35
Thanks: 8
Thanked 0 Times in 0 Posts
trancecommunity is an unknown quantity at this point
Thanks for the reply. Ill try it now.

Just to describe more. Its basically a form that when filled in;

It joins all the answers into a String (Name, mark1, mark2, mark3)
Then adds that string onto the end of an array of Strings in the same format

array[0] (Name, mark1, mark2, mark3)
array[1] (Name, mark1, mark2, mark3)
array[2] (Name, mark1, mark2, mark3)
array[3] (Name, mark1, mark2, mark3)

etc..

Then reloads page and shows full array list of students and marks.
trancecommunity is offline   Reply With Quote