19/05/2006, 17:46
|
| Colaborador | | Fecha de Ingreso: julio-2004 Ubicación: Guipúzcoa
Mensajes: 4.776
Antigüedad: 20 años, 4 meses Puntos: 76 | |
Cambia esto: Cita: $sql = "SELECT * FROM " . $table_prefix . "posts ORDER BY post_time DESC"; Por esto otro: Cita: $sql = "SELECT * FROM " . $table_prefix . "posts WHERE forum_id='9' ORDER BY post_time DESC"; |