jacktripper
Programmer
I've read a lot of posts relating to this, but I'm pretty new and not really getting anywhere.
I have a form with <textarea> fields with dynamic names such as "field1", "field2", etc. Those numbers could be anything, because they are indexes coming from a database.
When I post that form data to the next page, I know what the number is, but all I seem to be able to do is generate a string with the right variable name. Can't I use eval() to get the data being posted with that variable name? Eval just keeps saying its being used incorrectly.
What am I doing wrong here?