A
Anonymous
Guest
In order to transfer some values in a form through the method post, i use a matrix of hidden fields
The code:
<input type="hidden" name="answer[$i][$j]" value="blah blah">
In the script that deals with this data, the variable $answer[$i][$j],$i and j are values that run in some intervals,prints "Array[something]" and not "blah blah".
What can i do? 8O
The code:
<input type="hidden" name="answer[$i][$j]" value="blah blah">
In the script that deals with this data, the variable $answer[$i][$j],$i and j are values that run in some intervals,prints "Array[something]" and not "blah blah".
What can i do? 8O