image problem
Posted: Wed Nov 16, 2005 10:36 am
i want an image to be desplayed when a certain condition is 'yes'
now he displays a text but i want it to be an image
if($a1[Condition] == 'y')
{
$ShowInfo .= "condition<br>\n";
the text 'condition' should be an icon that is displayed
thanx
now he displays a text but i want it to be an image
if($a1[Condition] == 'y')
{
$ShowInfo .= "condition<br>\n";
the text 'condition' should be an icon that is displayed
thanx