Why so deduces:
while ($row = mysql_fetch_array($r, MYSQL_ASSOC)) { echo "$row[id]\t\t\t$row[text]\t\t\t$row[date]<br>"; }
and if so, then two times does not display:
while ($row = mysql_fetch_array($r, MYSQL_ASSOC)) { echo "$row[id]\t\t\t$row[text]\t\t\t$row[date]<br>"; } while ($row = mysql_fetch_array($r, MYSQL_ASSOC)) { echo "$row[id]\t\t\t$row[text]\t\t\t$row[date]<br>"; }
The meaning is the same .... Why?