Hi, I've got an text box:
<input type="text" name="drawGameBoards[0].numbersChosen[0]" class="text">
If I pass this variable across using a php script then what would it be called. My instincts were that it would be $drawGameBoards[0].numbersChosen[0] but that returns a parse error.
I'd be greatful if anyone could help. Thanks
<input type="text" name="drawGameBoards[0].numbersChosen[0]" class="text">
If I pass this variable across using a php script then what would it be called. My instincts were that it would be $drawGameBoards[0].numbersChosen[0] but that returns a parse error.
I'd be greatful if anyone could help. Thanks