Topic: Strange result in multiple Selectbox return result

Hallo,

I've found this Topic in the forum and I have precisely the same problem, but I'm using just using checkboxes:

http://community.xajaxproject.org/topic … -multiple/

Unfortunately I couldn't find a solution yet. Anyway out there who knows what is wrong with this?

I've constantly get a strange array "[$family]" in my result array:

Code: PHP

Array

(

    [test] => Array

        (

            [0] => 3

            [$family] => Array

                (

                    [name] => array

                )

        )

 

PS. I'm on version:

Code: PHP



@version $Id: xajax.inc.php 362 2007-05-29 15:32:24Z



     function getVersion()

    {

        return 'xajax 0.5';

    }

 

Thanks!
Slakkie