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 and MySQL

I believe that the php and mySQL tut. should be revised or deleted. Every Time I have tried to do a mysql and php connect tutorial, I have been getting the deprecated message. If anyone has been running into these problems, go to youtube and type phpacademy. He shows you how to connect with php and mysqli. You can also learn PDO but mysqli seems easier to me. Thanks

2 Answers

If you are interested in learning PDO with Treehouse, Randy uses it to connect to the database in the build a simple php application series.

Just like a programming book, a Treehouse course is written against a particular version of software. If you go out and buy a book on PHP & MySQL it will reference a different version as well, that's the nature of tech writing.