i\'m pretty new to this and not sure how should i do it,
I\'ve got a database with a column called \"names\"
how can i make it display in so?
$row will update on each iteration of the loop:
$row
$result = mysql_query('SELECT * FROM member'); echo ''; for($i = 0; $row = mysql_fetch_array($result); $i = ($i+1)%3){ echo ''.$row['names'].''; if($i == 2) echo ''; } echo '';