hey,
got me a simple array holding some names and I have me some checkboxes and when I click a checkbox it posts that value in a textarea but the thing is, is when it does it overwrites the last input, Id like for it to move one over:
ex:
[] -----this checked will say hi-
[] -----this checked will say bye-
==========================
posts here like so:
--------------------------
hi-bye-
--------------------------
Verses the above as overwritting eachother...
thanks
code one
got me a simple array holding some names and I have me some checkboxes and when I click a checkbox it posts that value in a textarea but the thing is, is when it does it overwrites the last input, Id like for it to move one over:
ex:
[] -----this checked will say hi-
[] -----this checked will say bye-
==========================
posts here like so:
--------------------------
hi-bye-
--------------------------
Verses the above as overwritting eachother...
thanks
code one