Danyx 220
| Posté : 16-12-2013 16:33
Bon, Jireck, j'ai fait cela:
$sql = "SELECT * FROM ".$NPDS_Prefix."posts WHERE topic_id='$topic' and forum_id='$forum'".$post_aff."ORDER BY post_id LIMIT ASC $start, $posts_per_page";
} else {
$sql = "SELECT * FROM ".$NPDS_Prefix."posts WHERE topic_id='$topic' and forum_id='$forum'".$post_aff."ORDER BY post_id LIMIT ASC $start, $posts_per_page";
}
Mais cela ne marche pas... |