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

Vidit Shah
Vidit Shah
6,037 Points

BRACKETS PHP problem

I can't run my php code in brackets when I click on Live review it ask me of local host after typing in http://localhost:8000/ also its does not work

I dont know what to do? :(

1 Answer

Chris Shaw
Chris Shaw
26,676 Points

Hi Vidit,

In order to use the Live Preview feature you first need a local server in which to run your PHP code from, depending on your operating system you have the following to choose from.

Mac OS X
Windows
Linux

Once you have this setup you will need to place you PHP file in the root folder which is either htdocs or www depending on the software/route you've chosen.

Hope that helps.

Vidit Shah
Vidit Shah
6,037 Points

what to do after installing Xamp hot to put php in its root directory?