Guest Posted July 9, 2011 Report Share Posted July 9, 2011 Hello everyone you can put the award image in the pilot list? Quote Link to comment Share on other sites More sharing options...
James142 Posted July 9, 2011 Report Share 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 Link to comment Share on other sites More sharing options...
Guest Posted July 10, 2011 Report Share Posted July 10, 2011 does not work Quote Link to comment Share on other sites More sharing options...
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.