Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.
1 Answer

Ryan Field
Courses Plus Student 21,241 PointsWriting an entire forum platform will require you to know much more than just PHP. You'll need to know how to send information to PHP from HTML/AJAX to be posted, have it processed by PHP, and then have it inserted into a database. You'll also need to know how to display that information when a forum page is displayed, which requires pulling database information, how to do pagination, and a plethora of other things.
If you are new to PHP and just want a forum for a website you're making, I'd suggest googling PHP forum software that is already complete that you can add to your site.