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 trialNurul Eka Fitriany Hilal
10,720 PointsPHP OR DATABASE?
HI everyone, I really confused about use PHP or database foundation to make feature "discussion forum" on my website, unlike blog , forum ask Q is included on it. Do we required to make a database for discussion table for it? thanks
2 Answers
Ted Sumner
Courses Plus Student 17,967 PointsI think you would use both. PHP is the back end language that would do the processing work for your forum and the forum posts would be stored in the database. You want to learn PHP first, then use PHP to access your database.
Nurul Eka Fitriany Hilal
10,720 Pointsthank you , it's very comprehensive answers Ted Sumner
Ted Sumner
Courses Plus Student 17,967 PointsYou are welcome.