
January 29th, 2000, 08:12 AM
|
|
Junior Member
|
|
Join Date: Jan 2000
Location: Novato, CA. USA
Posts: 7
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Hello All, I find that I need to tack on an extra ID tag for each item in an array that I'm returning from a form. I'm building the array like this:
print "<INPUT TYPE="text" NAME="item[]" VALUE="$info"><br>n";
And this works just fine. I was hoping to build the other array out of a set of hidden inputs, like this:
print "<INPUT type="hidden" name="id[]" value=$num>n";
Unfortunetly, this dose not seem to work. Is it possible to build arrays this way? Anyone have any other ideas of how I could store an array in an HTML file?
TIA,
Scott
|