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

Robert Walker
Robert Walker
17,146 Points

PDO Best way to convert old database connection

mysql_query mysql_fetch_assoc mysql_close

I see a lot of code like this when searching through old websites and frameworks people post. I guess its going to be a common theme when you get out there and people are looking to update their websites.

What is the best way to convert older code like this, just search the documentation and trying your best or are there any tools or steps we should follow?