Mailinglisten-Archive |
>> > 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?
$db, die SQL-Query (SELECT * FROM TABELLE) womit Du die Tabelle
ausliest.
$aRow, ist die Zeile in der Tabelle, da Du mehrere hast wird
mittels while()-Statement so lange geloopt, bist alle im Array
$aAlles gespeichert sind.
_till
--
Till // There's no need to argue
mailto:phpcenter.de_(at)_klimpong.com
php::bar PHP Wiki - Listenarchive