Posted by Reg on 10/10/09 11:39
I have a series of strings I put into an array called $validRows and it
works well.
At one point I have to process some checkbox feedback from the user and
redisplay the page.
Once I have done this I cannot retrieve the values in $validRows
I have tried passing it like this
<input type="hidden" name="validRows2" value="<? php echo $validRows ?> " >
and retrieving it like this
$validRows=$_POST['validRows2'];
but it does not work.
I would be grateful for any advice to show me what I am doing wrong
Thanks
Reg
Navigation:
[Reply to this message]
|