11/12/2007, 05:47
|
| | | Fecha de Ingreso: julio-2002 Ubicación: Barakaldo
Mensajes: 104
Antigüedad: 22 años, 5 meses Puntos: 0 | |
Re: mostrar entrada anterior y posterior Post SIGUIENTE
------------------- SELECT * FROM myway_posts where post_category LIKE '$catt' and ID >'$p' order by ID desc LIMIT 0,1
Muestra
post id -> 462 INCORRECTO (tendria que sacar 455) LA SOLUCION
Post SIGUIENTE
------------------- SELECT * FROM myway_posts where post_category LIKE '$catt' and ID >'$p' order by ID asc LIMIT 0,1
Muestra
post id -> 455 |