On Wed, 21 Jul 2004 18:27:44 -0400, rogue <[EMAIL PROTECTED]> wrote:
> Hi all,
> 
> Please copy me on any replies, I think I am still on the digest version
> of the list :)
> 
> I have a form where I have a set of checkboxes
> 
> <input type="checkbox" name="note[]" value="25" />
> <input type="checkbox" name="note[]" value="26" />
> <input type="checkbox" name="note[]" value="27" />
> <input type="checkbox" name="note[]" value="28" />
> 
> When I process this form to send the email, I need to change the value
> from the number (which is a code) to its representative string - which
> at this point I have as a tab delimited text file.
> 

Read the tab delimited file into an array.

-- 
DB_DataObject_FormBuilder - The database at your fingertips
http://pear.php.net/package/DB_DataObject_FormBuilder

paperCrane --Justin Patrin--

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to