On Wednesday 21 November 2001 05:55, Dieter Hansen wrote:

> What's wrong with this inplode / array / mysql-querry ??
>
> From an html site i get the following variables
> zimmermulreg bezirkmul: Usually string arrays from a
> multiselect-field qmvon, qmbis, mietebis: string

In your form, you should name your multiselect fields as "name[]". In 
your case it would be "zimmermulreg[]". This would then give you an 
array when the form is submitted and thus make implode happy.

hth
-- 
Jason Wong -> Gremlins Associates -> www.gremlins.com.hk

/*
Mencken and Nathan's Ninth Law of The Average American: The quality of 
a champagne is judged by the amount of noise the cork makes when it is 
popped.
*/

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to