Fetchowanie danych z tabeli w 1 linijce
$result = mysql_query("SQL");
for(; $array[] = mysql_fetch_assoc($result);) ;//fetchuj
I to by było na tyle
$result = mysql_query("SQL");
for(; $array[] = mysql_fetch_assoc($result);) ;//fetchuj
I to by było na tyle