- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
$query="SELECT
`c`.`id`,
`c`.`fullname`,
`c`.`birthdate`,
`c`.`email`,
`c`.`message`,
`c`.`time`,
`t`.`last`
FROM
(SELECT `id` AS `last` FROM `comments` ORDER BY `id` LIMIT 1) AS `t`
JOIN `comments` AS `c`
ORDER BY `c`.`id` DESC
LIMIT ".$min.", 5";
santa_microbe 11.03.2012 13:30 # 0
bugmenot 11.03.2012 14:09 # +1
Lure Of Chaos 12.03.2012 04:05 # 0
bugmenot 12.03.2012 16:14 # 0
eth0 12.03.2012 18:22 # 0