I have recently coded my own forums, using three scripts, index.php (forum list), forum.php (thread list), thread.php (says it all).
It has BBCode, whcih works, but I want to set it so that:
after 60 threads, pushes the old posts onto a second "page"
after 6 replies in thread.php it creates new ones on a new "page"
teh sql query bit is LIMIT 6 and LIMIT 60, but I dont know how to code teh bit to move it into next page (the view next page is easy<a href=\"/ forums/thread.php?f=".$REQUEST["f"]."&t=".$REQUEST["t"]."&p=".$_REQUEST["p"]."\">
Would be grateful if someone could tell me how to do the coding bit
Thanks,