Hi guys,
if ($row['sold'] == 'false'){
echo '<td width="56"><img src="http://yourcapecoral.com/images/false.gif" border="0"></td>';
}else{
echo '<td width="56"><img src="http://yourcapecoral.com/images/teuse.gif" border="0"></td>';
}
Is there anything wrong with the above if statement?
$row['sold'] == 'false') - false is a string loaded from a database.....
If anyone can help, i'd greatly appriciate it
Thanks
~Gabor