-
Php Help Needed
I have an array of textboxes on a page (inside a form) and I used method="post" action="whatever.php" to submit the data to the php file. The problem is that the values from the textboxes don't get send. I know how to submit an individual TB (or many TBs with unique names), but I don't know how to submit an array of TB's (I would use unique names, but that would mess up my javascript code I use on that page - so my only option is to use array of textboxes.).
Thanks for help (again).
Spike
-
What code are you using to try and retrieve the values?