17/01/2012, 15:38
|
| | | Fecha de Ingreso: septiembre-2010 Ubicación: München
Mensajes: 2.445
Antigüedad: 14 años, 3 meses Puntos: 331 | |
Respuesta: como mostrar registros en diferentes div
Código PHP:
Ver original<?php $regis22 = mysql_query("SELECT * FROM comments WHERE ID_THEMES = '$_GET[ID]'",$conn)or die ("you have a query problem"); $i = 0; if($i%2==0) //mostrar en div 1 else //mostrar en div 2 $i++; } //end while ?>
__________________ Fere libenter homines, id quod volunt, credunt. |