
10/01/2007, 07:53
|
 | | | Fecha de Ingreso: septiembre-2006 Ubicación: Tarragona
Mensajes: 926
Antigüedad: 18 años, 5 meses Puntos: 8 | |
Re: Ultimos posts de phpBB en web Supongo que seria aqui:
$result_mensaje=mysql_query("select * from $prefijo"."topics order by topic_id desc limit $ultimos",$con);
Tendrias que hacer un select * WHERE CATEGORIA = TUCATEGORIA.
La categoria diria que es forum_id. Aunque no estoy seguro.
Pruebalo haver si funciona. |