Ver Mensaje Individual
  #2 (permalink)  
Antiguo 21/03/2006, 21:14
NewJava
 
Fecha de Ingreso: enero-2006
Mensajes: 84
Antigüedad: 18 años, 3 meses
Puntos: 0
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>