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 Using PHP with MySQL Connecting PHP to MySQL Getting Started with PDO

What text editor do I use to open the htdocs? Do I have to download Netbeans or Eclipse?

What is Randy Hoyt using???

3 Answers

So.. one of the most popular FREE ones is Notepad++.

However I believe it is sublime text (3). It's actually free to try, for an unlimited time. It has fantastic support for plug ins, so you can customise your working environment.

The eclipse is an integrated development environment (IDE ) and may be overkill whilst you learn, cos of distractions.

It is personal to each developer. However I really recommend sublime text. You can open the htdocs as a folder to easily navigate files on the left hand side. And edit them in the main window.

https://www.sublimetext.com/3

Thanks, stef2! I appreciate the link to download too. Worked great.

Treehouse and I generally use Sublime Text. It is an editor that supports many different languages.

Now, htdocs is a folder not a file. On a local server it can be opened with your finder (on mac) or explorer (on windows). If you are talking about a hosted website then you will need FTP software such as cyberduck or filezilla (both work great). From there you need to input the server, user, and password to connect to your site and then you can navigate to the htdocs folder.

Sublime Text is defintly a good option. But if you use it, be sure to pay for it! Sublime ins't ment to be free, it's just free to evaluate..

Personally, i'm using the Atom Editor. It's an hackable open source editor built by github: http://atom.io

Microsoft recently released their open source version of visual studio code. It is similar to Atom: https://www.visualstudio.com/products/code-vs

Another option would be brackets built by Adobe. Its also open source and has some nice built-in features like live preview.. http://brackets.io/

Or if you want to go with an IDE, i would recomend phpstorm by jetbrains: (paid) https://www.jetbrains.com/phpstorm/

There are of a lot of good possibilities, i would recommend to test them and stick with your favorite one.

Happy Coding :)