phpbar.de logo

Mailinglisten-Archive

[php] submission of 1..N variables

[php] submission of 1..N variables

Cornelia Boenigk php_(at)_phpcenter.de
Mon, 19 Mar 2001 00:25:18 +0100


Hallo Ekkard


 $i=0;
  while($Ai)  {     /* Of course $Ai is not working !!! */
  {
    if( isset($Bi)) {     /* .. not working , too  */
        action ....
    }
 $i++;
  }

Du musst innerhalb der while-Schleife i hochzaehlen. So wie
Du das geschrieben hast, ist das eine Endlosschleife, die
immer nur $Ai = $A0 prueft.

Gruss
Conni




php::bar PHP Wiki   -   Listenarchive