Hi basically I want to create a form that firstly asks how many inputs you want to enter, then you enter this amount of inputs click submit and all your inputs are shown. I know this is done using an array just not sure how to capture it. I have an entry page and array page where you enter something into 5 boxes and the array page prints these but not sure how to like dynamically add more because this is obviously restricted to 5.
So any ideas how I
Ask the user to enter a number of inputs, loop until these inputs are all full then show the contents of the array? (btw im fairly new to PHP)
So any ideas how I
Ask the user to enter a number of inputs, loop until these inputs are all full then show the contents of the array? (btw im fairly new to PHP)