[Home] [By Thread] [By Date] [Recent Entries]
Jen Jiang wrote:
I have checkboxes in my xslt file like this:
Assuming the variable $questionid holds the value "foo" this would evaluate to <input tyep="checkbox" name="foo[1]" value="1">QUERESPONE</input> which is unusual and probably illegal HTML (an input element should be empty). At least, the widget name should not contain brackets, which I suspect causes your problems with PHP later. Solution: think *hard* how the HTML should look like, *then* write a style sheet which produces the HTML (check carefully whether it does), and only after this step go on with further processing of the form values. J.Pietschmann
|

Cart



