<?php
if($skin > 0 && $skin < 100)
{
$imagename = "www.xxxxxxxxxxxxx.com/pcp/Skins/Skin_0".$skin.".png";
}
else
{
$imagename = "www.xxxxxxxxxxxxx.com/pcp/Skins/Skin_".$skin.".png";
}
echo '<img src='.$imagename.' class="floatRight">';
?>
I tried this, but it doesn't seem to work, I viewed the source code and this appaered:
"www.xxxxxxxxxxxxx.com/pcp/Skins/Skin_.png class="floatRight">"