Posted by bokke on 10/30/06 18:48
Hi Andy,
I had tried that before without success - but it gave me another idea -
and it worked ...
<?php
if ($row['picture'] == '1')
{
echo '<img src="Images/NewsPics/' . $row['id'] . '.jpg"
border="1">';
}
else
{
echo '';
}
?>
for some reason the other way round fails ...
thanks a lot for the help
Navigation:
[Reply to this message]
|