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 User Authentication Building the Library Accepting the Vote

Upvote or downvote does not display

Whenever I click on the upvote or downvote button nothing happens, when I look at the video the upvote/downvote button does have a reaction to it. Here's the snapshot: https://w.trhou.se/ra5vh0nast

1 Answer

I checked your code and it seems that on lines 4 and 7 of your book.php file you have written '<?p' instead of '<?php'. Change that and it should work :)