$e = '';while ($row= mysql_fetch_array($res)) { $e.= ($e=='')?$fila['Email']:';'.$fila['Email']; } echo ($e);