
17/03/2011, 14:16
|
 | | | Fecha de Ingreso: enero-2011 Ubicación: Chile
Mensajes: 1.128
Antigüedad: 14 años, 1 mes Puntos: 128 | |
Respuesta: ayuda porfavor amigos Prueba con esto
Código PHP:
Ver originalfor ( $i = 1 ; $i <= 12 ; $i ++) { $sql=mysql_query("select COUNT(month(fecha)) as cantidad from alguna where month(fecha) = $i",$con); echo "<td>cantidad</td>"; }
|