Hi there,
I am new to PHP and am having difficulties with my first project. 😕
I am re-creating the insurance booking form here
storing variables such as telephone number and address are fine as the have a single and unique name to reference them to.
However with the list of names & DOB - because the amount of rows produced depends on how many the user specifies I do know what method to use to recall them when I want to display them on screen a couple of pages later.
I have managed to give each text box name on every row a unique reference i.e.
"surname1" "dob1"
"surname2" "dob2"
So its just finding out the way to recall them each.
Any suggestions? Many thanks.
Will