Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

PHP

li guopeng
li guopeng
8,873 Points

I want to make a forum

I want to make a forum using PHP ,what should I do?

1 Answer

Ryan Field
PLUS
Ryan Field
Courses Plus Student 21,242 Points

Writing 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.