[ic] help with writing an array into a field..

tech at mnwebdesign.com tech at mnwebdesign.com
Sat Jul 5 16:13:04 EDT 2003


Geoff Sternecker said:
> Two different problems:
> A) Store the values of checkboxes into a single field..
>
> <!-- Begin Example A-->
> <td class="clabel">Departments Involved:</td>
> <td class="cwidget">
> 	<INPUT TYPE="checkbox" NAME="req_depts"
> value="acct">Accounting<br>
> 	<INPUT TYPE="checkbox" NAME="req_depts"
> value="purch">Purchasing<br>
> 	<INPUT TYPE="checkbox" NAME="req_depts"
> value="ship">Shipping<br>
> 	<INPUT TYPE="checkbox" NAME="req_depts"
> value="eng">Engineering<br>
> 	<INPUT TYPE="checkbox" NAME="req_depts" value="shop">Shop<br>
> 	<INPUT TYPE="checkbox" NAME="req_depts"
> value="market">Marketing<br>
> 	<INPUT TYPE="checkbox" NAME="req_depts"
> value="webdev">Web</td>
> <!-- End Example A-->

Have you looked at the customer edit page? There is an example of mail
list checkboxes there.

> B)Store the session username of all people that have marked
> an item as "read"
> into a single field. Then parse the list so their name will
> only be in there
> once.
> was thinking something like..

[snip stuff]

Sorry, can't help you there.

> Thanks in advance,
> Geoff Sternecker

Good luck!

Curt Hauge

//////////////////////////////////////////////////////////////////
// Web Design - Interchange Hosting - Small Business Consulting //
// 1644 133rd Ln NE                         www.mnwebdesign.com //
// Ham Lake, MN 55304                  www.iwantaconsultant.com //
// Phone 612-598-5530                      info at mnwebdesign.com //
//////////////////////////////////////////////////////////////////



More information about the interchange-users mailing list