Guest Posted July 9, 2011 Report Posted July 9, 2011 Hello everyone you can put the award image in the pilot list? Quote
James142 Posted July 9, 2011 Report Posted July 9, 2011 Try This <?php foreach($allawards as $award) { ?> <img src="<?php echo $award->image?>" alt="<?php echo $award->descrip?>" /> <?php } ?> 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.