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 trialModure Rares
Courses Plus Student 9,041 PointsDatabase driven websites
What track should I follow for learning how to make a database driven website?
1 Answer
James Anwyl
Full Stack JavaScript Techdegree Graduate 49,960 PointsThe PHP track will show you how to interact with a MySQL database.
The skills you need to interact with a database using JavaScript are covered in the Full stack Javascript track. But, as far as i'm aware, none of the courses in the track have you working directly with a database.
I'm sure some of the tracks for other languages will cover databases as well, but I've not completed them myself, so can't really say.
Also, check out the Database courses from the library.
Hope this helps :)
Modure Rares
Courses Plus Student 9,041 PointsModure Rares
Courses Plus Student 9,041 PointsThanks a lot!