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

The date is not showing up on the site, no matter where I put it. The file is already converted to php.

<div class="wrapper">

        <ul>        
            <li><a href="http://twitter.com/treehouse">Twitter</a></li>
            <li><a href="https://www.facebook.com/TeamTreehouse">Facebook</a></li>
        </ul>

        <p>&copy;<?php echo date("Y"); ?> Personal Media Library</p>

    </div>
Julian Gutierrez
Julian Gutierrez
19,201 Points

Where are you running this, workspaces or a local environment on your computer?

3 Answers

Local environment. I downloaded PHP5 on my computer already.

Julian Gutierrez
Julian Gutierrez
19,201 Points

So you are not using a local development environment such as WAMP, MAMP, or XAMPP?

no. i only have apache and php5.

Is PHP running on your local env? Is other PHP code working?