In php I want to change this <? if ($row['Player_Picture']) { ?> <tr> <td class="customerDetailsTitle" style="text-align:center; padding-left:5px;" colspan="2"><img src="laget<? print $row['Player_Picture'] ?>"></td> </tr> <? } ?> This code works means that the pic will only show if there is data in the field Player_Picture. I need to make it work so that The picture doesn’t show if the field is null or the field is equal to spelarFoton/ Please can you advise?