10-ene-2007, 06:53
|
#2 (permalink)
|
Fecha de Ingreso: septiembre-2006
Ubicación: Tarragona
Mensajes: 801
|
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.
|
|
|