phpbar.de logo

Mailinglisten-Archive

AW: [php] array

AW: [php] array

Bobby Eichholz php_(at)_phpcenter.de
Wed, 28 Nov 2001 16:55:31 +0100


> ich muss jetzt nochmal ganz blöd nachfragen :-)
>
> > while ( $aRow = mysql_fetch_arrow($db) ) {
> > $aAlles[] = $aRow;
> > }
> >
> > ausgeben:
> >
> > for ( $i=0; $i < sizeof($aAlles); $i++) {
> > echo $aAlles[$i];
> > }
>
> im prinzip ist mir das alles recht klar ... aber wofür steht
> $aRow und $db?

$sql="SELECT ...";
$db=mysql_query($sql,$connection);

und %aRow ist nur Temporär

MfG


php::bar PHP Wiki   -   Listenarchive