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

Arturo Espinoza
Arturo Espinoza
9,181 Points

PHP Basic done. What is next?

I finished PHP Basic. I am not sure what PHP course is next. There are several courses but they are not in order. Can someone please let me know which is the second course I should be taking.

Also, is there still a value in learning this language or should I be focused on something else?

4 Answers

jason chan
jason chan
31,009 Points

https://teamtreehouse.com/tracks/php-development

I would suggest learn a framework afterwords. Like Laravel.

But wordpress development is huge industry. Wish it followed mvc. But it doenst

A framework is good, but I think you benefit from more knowledge of PHP first. You definitely want Object Oriented Programming so you can understand how the framework functions.

Mikkel Rasmussen
Mikkel Rasmussen
31,772 Points

I would choose Using PHP with MySQL :)

You have only touch the surface of the language and php is one of the most used language on the web so yea its still worth learning :)

Arturo Espinoza
Arturo Espinoza
9,181 Points

While browsing for Front End dev jobs (just browsing) I notice lots of them ask for PHP knowledge. So, I decided to look into PHP. I like it. Just need to know what my next task is after finishing the basic. I do plan to lean MySQL after PHP though. For now, I am learning both PHP and JS. Thank you for your comments :)

Jeff Lemay
Jeff Lemay
14,268 Points

If you don't know javascript/jquery yet, that is probably a good place to go next. Client-side interactivity is almost a necessity with sites these days.

But MySQL would be a good choice too, being able to access dynamic data in a database can add tremendous value to a site.

I don't remember all that is covered in the PHP track. But for courses, I think this is a good order:

build a simple app

enhance a simple app

PHP and Databases with PDO

Using PHP with MySQL

Object oriented PHP Basics

building web sites with PHP

Arturo Espinoza
Arturo Espinoza
9,181 Points

I wasn't on the PHP track it was just a random basic course. I found the PHP track so I am now following the order. Thank you all for your input.