I have a small problem and since I am very new to all this stuff, I was not successful on googling it, because I dont know the exact definitions for what I am looking for.>
$counter = 0; while($row = mysql_fetch_array($result)){ $counter++; if($counter == 2){ echo $row['id']. " - ". $row['name']; echo ""; } }