Hi,
Mit foreach beispielsweise. Oder auch mit array_map()/array_walk().
Habs versucht, klappt aber noch nicht wirklich.
while ($row=mysql_fetch_row($result)) {
$row=array_walk ( $row, 'strtolower' );
}
Warning: strtolower() expects exactly 1 parameter, 2 given in...
Gruß, Theo