';
while($a1 = mysql_fetch_array($r1))
{
if(!empty($a1[ItemImage]))
{
$DisplayImage = "
";
}
else
{
$DisplayImage = " ";
}
$DisplayPrice = number_format($a1['ItemPrice'], 2, ".", "");
$size = stripslashes(strip_tags(trim($a1['Size'])));
$color = stripslashes(strip_tags(trim($a1['Colour'])));
$DisplayItems .= '
Size: '.$size.'
Color: '.$color.'
Price: '.$currency.''.$DisplayPrice.'
|
|
|
| ';
}
$DisplayItems .= '