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 trialVidit Shah
6,037 PointsBRACKETS 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
26,676 PointsHi 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
6,037 PointsVidit Shah
6,037 Pointswhat to do after installing Xamp hot to put php in its root directory?