Re: [PHP] Is this a bug ?
OK sorry, I did put the "$", and adding = array() is still not working Thanx for any help Steve Werby wrote: > "Sébastien ROZIER" <[EMAIL PROTECTED]> wrote: > >> when I use this syntax: >> champs[0] is a string, which is the name
[PHP] Is this a bug ?
Hello, when I use this syntax: champs[0] is a string, which is the name of an HTML form variable. class test { var champs; function verif() { for ($i = 0; $i < count($this->champs) ; $i++) {