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 Build a Simple PHP Application Creating the Menu and Footer Starting the Project

Localhost has a # after it

I'm working on my PHP project and I'm noticing a hash mark after localhost in the search bar. Now I'm new at this but I'm pretty sure that's the tale tale sign of an error some where in my code but I sure as heck don't have a clue as to where it is. This is what it looks like: http://localhost/#

Now I am still working along with the video and have the exact same code as the instructor has for the index.php file and I've made no changes but mine has the hash mark and the instructor's doesn't and I can't figure out why. Please some help me

1 Answer

My guess is that you've visited a link like:

<a href="#">Link</a>

See this page for more explanation.

if you hit enter on http://localhost in the url bar, does it still add the # at the end?

Tom, thanks I think that was the problem because I retyped the destination and the hash mark was no longer there, although I don't remember trying out any of the links. Thanks again for your help and be on the lookout for more questions from me because this lesson plan doesn't seem to be as easy to debug as HTML was at least judging by the start of this project anyway.