Mailinglisten-Archive |
> 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