$mi_var = array();while($myrow = mysql_fetch_assoc($result)){$mi_var[]=$myrow[amigos];}echo $mi_var[0]; //nombre1echo $mi_var[1]; //nombre2