If you wanted to build one for a personal exercise and development, php.net and ms-sql books online really has good material for getting the fundamentals of building apps.
I managed to write one myself using basic php and mysq based on two tables - i called them news and reply. News is the initial posts and displays using a simple select query - important field is an ID field. Clicking a link triggers another query this time on the reply table "select * from reply where replyid==$id" check it working on
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.