|
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.
|