![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
22/05/2004, 05:31
|
| | Fecha de Ingreso: mayo-2004 Ubicación: España
Mensajes: 38
Antigüedad: 20 años, 9 meses Puntos: 0 | |
Me decanto por el sistema :
$query = "select * from $tabla ";
$result = mysql_query($query);
$num_results = mysql_num_rows($result);
echo $num_results;
Última edición por jesusangel; 22/05/2004 a las 05:32 |