Hi,
I am trying to get information out of a dynamic form.
Here is what i am trying to do..
1) The first page (page1.php) has to text boxes in it, which enables the user to type in a X value and a Y value.
Then the user clicks submit.
This page i have working
2) The next page (page2.php) takes the previos two value for X & Y and generates another form with X number of boxes going across and Y Rows down. Thus creating a spreadsheet type page.
The columns are labled a-z, and the rows are labled 1 - 100... etc. Exactly like in excel.
This form also works.
3) The next page (page3.php) needs take this data and add it to a string. The problem i am having is that because the form is dymaicly created, i can't work out how to read the data.
Any help would be great.
Thanks in Advance,
Anand