Ver Mensaje Individual
  #5 (permalink)  
Antiguo 09/06/2011, 05:44
lisdymari
 
Fecha de Ingreso: junio-2011
Mensajes: 12
Antigüedad: 12 años, 11 meses
Puntos: 1
Respuesta: Count (*) en php

ensaye esto, pero sigo con problemas con el fetch_array


while ($Row ["contador"] = mysql_fetch_array ($result, MYSQL_NUM)) {
print ("<TR>\n");
print ("<td width=\"50%\" align=\"center\" height=\"44\"><font face=\"Verdana\">$Row[lv1ce]</font></td>");
echo "<td width=\"50%\" align=\"center\" height=\"44\">$Row[COUNT]</td>";
print ("</TR>\n");
}
print ("</TABLE></CENTER>\n");