A sincere thanks to John for the prompt and succinct answer. I've seen many
answers from John on this list and am much appreciative of his generosity.

Best regards, verdon  :)


On 11/20/02 3:07 PM, "1LT John W. Holmes" <[EMAIL PROTECTED]> wrote:

>> I have a form that is...
... 
>> Which will return a count of the number of items in the array. What I want
>> returned is a string of the values selected such as:
>> 
>> "eps, gif, other"
> 
> $string = implode(",",$graphicFormat);
> 
> To see how many checkboxes were selected, use
> 
> $num = count($graphicFormat);
> 
> ---John Holmes...
> 
> 


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

Reply via email to