hi,
was tring to do some basic file retrival stuff the other day..
well here it goes..
im trying to add the text box fields, from a form to a text file, lets say a student form.
so the student details of one student gets stored as one line in the text file
ie
1001,Mark,18,St.Louis College,Marketing
and the next student details below this line
1002,Joe,19,St.Antony,Science
Please advice me as to how to do this..
I've added the text fields in the text file like the above example.
The problem arises in retrieving the fields..
How do I use arrays for retrieving the particular detail of the student.
I haven't written any particular code for this as nothing was working out..
and didnt know how to go about it..
Please take time and advice.
Any help appreciated
Thanks
was tring to do some basic file retrival stuff the other day..
well here it goes..
im trying to add the text box fields, from a form to a text file, lets say a student form.
so the student details of one student gets stored as one line in the text file
ie
1001,Mark,18,St.Louis College,Marketing
and the next student details below this line
1002,Joe,19,St.Antony,Science
Please advice me as to how to do this..
I've added the text fields in the text file like the above example.
The problem arises in retrieving the fields..
How do I use arrays for retrieving the particular detail of the student.
I haven't written any particular code for this as nothing was working out..
and didnt know how to go about it..
Please take time and advice.
Any help appreciated
Thanks