View Single Post
Old April 28th, 2006, 05:03 PM   #1 (permalink)
snoopy5
Ultimate Member
Verified Customer
 
Join Date: Sep 2002
Posts: 1,217
RP 3.3: Hardcoded Text III

Hi

showproduct.php

------------
if ($recommend[$itemnum] == "yes") {
$recommend[$itemnum]="<font style=\"color: green\">Yes</font>";
}
else {
$recommend[$itemnum]="<font style=\"color: red\">No</font>";
}

-----------------
snoopy5 is offline   Reply With Quote