Hi
I can't figure out how to do thi.
I have a form filled with textboxes who are named t1, t2, t3, ... However number (how many of them) of those fields is not constant. There can be 2, 5 ,7 any number of them but are allways namd t1 and so on. I need to do next. When form is submited to php. How can I create array with values of these fields so I could show them to user. Since I don't know how many of fields are there I can't simply use print $t1, print $2, and so on.
Hope you understand wath the problem is. I never was good in explaining things 😃
Cheers