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

Any chance of some more advanced PHP courses including cookies e.c.t. in the near future?

Hey there, was wondering if there will be any more advanced PHP courses in the near future? I've noticed that Ruby has a lot of content to learn through but PHP has a lot less.

I can learn it the hard way through lots of googling or the easy way through a Treehouse Course but I thought i would just ask the question :)

2 Answers

Adam,

There are more PHP courses expected in the near future (mostly dealing with Laravel). I'm not too sure about cookies, as of yet. You can always contact Treehouse, either by email or on these forums, and make suggestions on future PHP topics. That's how we got Laravel. Treehouse is always looking for suggestions on topics that their students want to learn, so just ask and hopefully a class on a topic you suggest will be done in the near future.

Cheers!

Cheers for this Shawn I'll be sure to mention more in the future! I prefer learning through Treehouse than any other method and I'm sure many others can agree with that! The more content you guys have the better for everyone ;)

To tag along to shawns comment, Laravel has great built in cookie and authentication support. I don't remember if Hampton goes over it in the current Laravel treehouse tutorial, but take a look at the laravel.com docs if you want to get up and running with cookie functionality in the setting of Laravel.

Cheers Austen, I plan on giving Laravel basics a go soon, i look forward to digging into the cookie side of it :)