Can anyone tell me how to do this?
What i basically want is :
<?php
$amount = 4;
echo <img src="url"> * $amount;
?>
something like that. this hould be nice an simple.. I have no idea how to go about it, or whether i'm close? but i can't find it in of my books 🙁 plz help?