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 trialDralega Denis
Python Web Development Techdegree Student 2,599 Pointsshirts page cant show images
shirts page is okay but cant show images
2 Answers
Ernest Rodriguez
17,643 PointsCan you post your code. If you don't have an error in your code, maybe your php server isn't running.
Ernest Rodriguez
17,643 PointsCan you post your code. If you don't have an error in your code, maybe your php server isn't running.
Dralega Denis
Python Web Development Techdegree Student 2,599 PointsDralega Denis
Python Web Development Techdegree Student 2,599 Points<?php foreach($products as product) { ?> <li> <a href="#"> <img src="<?php echo $product["img"]; ?>" alt=""> <p>View Details</p> </a> </li> <?php } ?> i added this everything else is ok but no shirt images