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 trialThanh Dang
Courses Plus Student 3,757 PointsWill there be a course on how to make a blog from scratch?
I am really interested in how to learn to make a blog from scratch like with php and using a database to add on to a website, but the only problem is i do not know how to do that. I know theres wordpress blogs or stuff like that but those are nice but i want to really learn how things are written and coded. So i was wondering if there will ever be a course on how to make a blog for a website from scratch.
1 Answer
James Anwyl
Full Stack JavaScript Techdegree Graduate 49,960 PointsHi Thanh,
If you've got the basics of PHP down check out PHP Databases with PDO - you can apply most of the stuff in this course to building a blog.
And Database Foundations - covers SQL databases
Also Using PHP with MySQL - this course is a little older, and I think it follows on from another course that I can't find.
Would also recommend PHP basics and other PHP courses from the library if you're new to PHP.
I was trying to build a blog recently myself and I found these were a big help, so hopefully they'll help you as well :)