Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_php thread: RE: multi dimensional array


Message #1 by "BRIAN" <IT_KTS@P...> on Mon, 1 Oct 2001 08:05:24 +0100
Hello,

thanks for your answer. It looks great. I'll try.

Best regards
Bernhard


----- Original Message -----
From: "nop@p..." <nop@p...>
To: "professional php" <pro_php@p...>
Sent: Monday, October 01, 2001 7:42 AM
Subject: [pro_php] Re: multi dimensional array


> Because $zaehl is a sequence of ( 0, 1, 2, ...... )
> so you can use something like
>
> while( $row =3D mysql_fetch_array($erg) )
> {
>      $arr[ ]=3D array( trim( $row["Kundenname"] ), trim( $row["KID"] ) 
);
> }
>


  Return to Index