Gossamer Forum
Home : Products : DBMan SQL : Discussion :

Re: [TheStone] Retrieving data from checkboxes

Quote Reply
Re: [TheStone] Retrieving data from checkboxes In reply to
The Stone's global works fine - with two small corrections to the calling routine: <%name%< instead of <%Name%> and with a final <%endloop%> (<%endif%> generates an missing endif error)

Therefore:
<%view_checked('Pictures', $Pictures)%>
<%loop loop_Pictures%>
<input type="checkbox" name="Pictures" value="<%value%>" <%if checked%>checked<%endif%>><%name%><br>
<%endloop%>

Thanks indeed TheStone!!
Subject Author Views Date
Thread Retrieving data from checkboxes charly 5140 Apr 15, 2003, 1:50 PM
Thread Re: [charly] Retrieving data from checkboxes
hennagaijin 4997 Apr 15, 2003, 8:41 PM
Thread Re: [hennagaijin] Retrieving data from checkboxes
charly 4977 Apr 15, 2003, 10:04 PM
Post Re: [charly] Retrieving data from checkboxes
hennagaijin 5004 Apr 16, 2003, 7:15 AM
Thread Re: [charly] Retrieving data from checkboxes
604 4946 Apr 16, 2003, 11:01 AM
Thread Re: [TheStone] Retrieving data from checkboxes
charly 4921 Apr 16, 2003, 12:05 PM
Thread Re: [charly] Retrieving data from checkboxes
604 4948 Apr 16, 2003, 12:57 PM
Post Re: [TheStone] Retrieving data from checkboxes
charly 4893 Apr 16, 2003, 10:45 PM