Is it possible to do the following:
instead of this code:
<img src='<?php echo $details->thumbnailUrl;?>' width='50' height='50'/>
could some php be written like an IF statement. like...
if the reviews title is 'all time low - nothing personal' then remove the spaces and stick.jpg on the end and it will be in the folder /images/albums/ or something?
So then I would save my image as alltimelownothingpersonal.jpg and upload it to that folder?