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 PHP Basics Unit Converter Arithmetic Operators

I typed in $a = 5; just like it's shown in video. Why is the workspace telling me I have a syntax error?

I followed the video exactly but the workspace console is telling me I've done it wrong but I don't know what or why.

Mark Sebeck
Mark Sebeck
Treehouse Moderator 37,341 Points

$a = 5; is correct PHP syntax. Can you share the rest of your code? Sometimes syntax errors are caused by other lines. Something like a missing ; or something