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

Matt Van Dyck
2,033 PointsQuotation or Single tick?
Hi there. What's the difference between using quotations in php or single tick marks?
1 Answer

Joel Rivera
29,401 PointsDo you mean single quotation marks vs double quotation marks? Ticks are different from single quotation marks.
Here is a link to the php.net docs that describe the usage of quotes http://www.php.net//manual/en/language.types.string.php
I hope it helps.