Haciendo esto mi navegador se inhibe
   Código PHP:
   
<table cols="3" width="100%"><tr>
<?php
 $result = mysql_query ("SELECT * FROM Nueva ORDER BY ID");
  while($row = mysql_fetch_array($result)){
 echo"<td class=caract width=33%>$row[CPU]
 <br /> $row[RAM]</td>";
 $bariable[] = '3';
$bariable[] = '6';
$bariable[] = '9';
$bariable[] = '12';
$bariable[] = '15';
 while($row[ID] != $bariable[$i]){
 echo"</tr><tr>";
 }
}
 ?></table>