cosfreelance
MIS
Dear All,
I am creating a web front end that takes form input from a user and writes it to a text file. there are two forms. on the second page i have 4 form fields,
Ordered | Received | Description | Price | Total
What i am trying to do is on each submit by the user, write the values to a array. once i have collected all the info, i then write it to a text file (which i know).
should they wish to see the items entered, the user clicks a button and the array is outputted to screen.
How do i get the above to write to a array? Apologies if this is a basic question...
Thanks in advance
I am creating a web front end that takes form input from a user and writes it to a text file. there are two forms. on the second page i have 4 form fields,
Ordered | Received | Description | Price | Total
What i am trying to do is on each submit by the user, write the values to a array. once i have collected all the info, i then write it to a text file (which i know).
should they wish to see the items entered, the user clicks a button and the array is outputted to screen.
How do i get the above to write to a array? Apologies if this is a basic question...
Thanks in advance