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

Natalie Feibish
Natalie Feibish
2,599 Points

Hi, I was informed that it's no longer necessary to escape characters in a URL when used in text within PHP?

I'm looking for best practices and common usage. When including a url in text -- say, sharing a web address on a contact page or in a news story -- what is an example of the proper way to escape it or otherwise handle it properly?

Let's use http://www.mysite.com/folderOne/thisHerePage as an example.

I'm not talking about within a input box, just vanilla text within PHP tags. Do I use HTML entity codes?

Thanks!