v2.5.2
Giriş yap

PHP ile Nextpost Örneği

ynscnr55
328 defa görüntülendi

Arkadaşlar merhaba. PHP kullanarak önceki konu sonraki konu yapmak istiyorum fakat daha hiç hiç böyle bişe yapmadım. örnek site, anlatım vs olanlar iletebilirler mi acaba ?

qplot
536 gün önce
sonraki

select * from foo where id = (select min(id) from foo where id > 4)

önceki

select * from foo where id = (select max(id) from foo where id < 4)

google amcada aramayı denemelisiniz önce :)