Creating a PHP Forum: A Guided Tour – Part 3: Topics
Previously, in Part 2 of Creating a PHP Forum: A Guided Tour, we laid the groundwork for a secure, albeit incredibly simplistic, guestbook application/website. In this post, step 3, we will take a step towards making that guestbook into a forum by adding a new feature: threads. Users will be able to create new threads, and reply to existing ones. Guestbooks are so 1999!



