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 trialDaylin Jones
5,981 PointsThe 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>©<?php echo date("Y"); ?> Personal Media Library</p>
</div>
3 Answers
Daylin Jones
5,981 PointsLocal environment. I downloaded PHP5 on my computer already.
Julian Gutierrez
19,201 PointsSo you are not using a local development environment such as WAMP, MAMP, or XAMPP?
Daylin Jones
5,981 Pointsno. i only have apache and php5.
Unsubscribed User
19,024 PointsIs PHP running on your local env? Is other PHP code working?
Julian Gutierrez
19,201 PointsJulian Gutierrez
19,201 PointsWhere are you running this, workspaces or a local environment on your computer?