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

PHP to Connect to MySQL Database

Now that the SQL deep dive is coming out, I'm wondering if we can expect to see a badge on Accessing SQL data through PHP. I have a project that I would like to start, but it will require more extensive organization and sorting than objects and arrays can hold.

Merrel Padernilla
Merrel Padernilla
5,687 Points

I'm am also looking forward to this one.

2 Answers

Randy Hoyt
STAFF
Randy Hoyt
Treehouse Guest Teacher

That's exactly what we have next. I'm wrapping up the last parts of this second project (adding pagination to the Shirts Listing page), and the next project will be to swap out the products array with two tables in a MySQL database.

That's good news. Thanks for the response Randy. Looking forward to it!

Spen Taylor
Spen Taylor
13,027 Points

Looking forward to it :) I've played around and got some pagination done for my personal page, I'm interested to see how messy my code is compared to whats in the tutorials :P

Akis Pasalidis
Akis Pasalidis
8,795 Points

Looking forward to this project and after that maybe a deep dive on php?

Spen Taylor
Spen Taylor
13,027 Points

+1 for this, it would make a good addition to the shirts4mike project, swapping out the product array for a mySQL database