--- Andy B <[EMAIL PROTECTED]> wrote:
> I need to be able to print the selected items without the
> "array..." thing around it. so example would be if 1 and 2 are
> selected it would print:
> 
> 1, 2

It sounds like you just need to learn how to use arrays with PHP. The
manual is a good place to start:

http://www.php.net/array

Hope that helps.

Chris

=====
Chris Shiflett - http://shiflett.org/

PHP Security - O'Reilly     HTTP Developer's Handbook - Sams
Coming January 2005         http://httphandbook.org/

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

Reply via email to